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