Uses of Class
com.oracle.bmc.cloudguard.model.AdhocQueryResultSummary
-
Packages that use AdhocQueryResultSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of AdhocQueryResultSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type AdhocQueryResultSummary Modifier and Type Method Description Iterable<AdhocQueryResultSummary>
CloudGuardPaginators. listAdhocQueryResultsRecordIterator(ListAdhocQueryResultsRequest request)
Creates a new iterable which will iterate over theAdhocQueryResultSummary
objects contained in responses from the listAdhocQueryResults operation. -
Uses of AdhocQueryResultSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return AdhocQueryResultSummary Modifier and Type Method Description AdhocQueryResultSummary
AdhocQueryResultSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type AdhocQueryResultSummary Modifier and Type Method Description List<AdhocQueryResultSummary>
AdhocQueryResultCollection. getItems()
List of adhoc query resultsMethods in com.oracle.bmc.cloudguard.model with parameters of type AdhocQueryResultSummary Modifier and Type Method Description AdhocQueryResultSummary.Builder
AdhocQueryResultSummary.Builder. copy(AdhocQueryResultSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type AdhocQueryResultSummary Modifier and Type Method Description AdhocQueryResultCollection.Builder
AdhocQueryResultCollection.Builder. items(List<AdhocQueryResultSummary> items)
List of adhoc query resultsConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type AdhocQueryResultSummary Constructor Description AdhocQueryResultCollection(List<AdhocQueryResultSummary> items)
Deprecated.
-