Uses of Class
com.oracle.bmc.cloudguard.model.SavedQueryCollection
-
Packages that use SavedQueryCollection Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of SavedQueryCollection in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SavedQueryCollection Modifier and Type Method Description SavedQueryCollection
SavedQueryCollection.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type SavedQueryCollection Modifier and Type Method Description SavedQueryCollection.Builder
SavedQueryCollection.Builder. copy(SavedQueryCollection model)
-
Uses of SavedQueryCollection in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return SavedQueryCollection Modifier and Type Method Description SavedQueryCollection
ListSavedQueriesResponse. getSavedQueryCollection()
The returned SavedQueryCollection instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type SavedQueryCollection Modifier and Type Method Description ListSavedQueriesResponse.Builder
ListSavedQueriesResponse.Builder. savedQueryCollection(SavedQueryCollection savedQueryCollection)
The returned SavedQueryCollection instance.
-