Uses of Class
com.oracle.bmc.cloudguard.model.SavedQuerySummary
-
Packages that use SavedQuerySummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of SavedQuerySummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type SavedQuerySummary Modifier and Type Method Description Iterable<SavedQuerySummary>
CloudGuardPaginators. listSavedQueriesRecordIterator(ListSavedQueriesRequest request)
Creates a new iterable which will iterate over theSavedQuerySummary
objects contained in responses from the listSavedQueries operation. -
Uses of SavedQuerySummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SavedQuerySummary Modifier and Type Method Description SavedQuerySummary
SavedQuerySummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type SavedQuerySummary Modifier and Type Method Description List<SavedQuerySummary>
SavedQueryCollection. getItems()
List of SavedQuery resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type SavedQuerySummary Modifier and Type Method Description SavedQuerySummary.Builder
SavedQuerySummary.Builder. copy(SavedQuerySummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type SavedQuerySummary Modifier and Type Method Description SavedQueryCollection.Builder
SavedQueryCollection.Builder. items(List<SavedQuerySummary> items)
List of SavedQuery resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type SavedQuerySummary Constructor Description SavedQueryCollection(List<SavedQuerySummary> items, List<ResourceLock> locks)
Deprecated.
-