Uses of Class
com.oracle.bmc.cloudguard.model.UpdateTargetResponderRecipe
-
Packages that use UpdateTargetResponderRecipe Package Description com.oracle.bmc.cloudguard.model -
-
Uses of UpdateTargetResponderRecipe in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateTargetResponderRecipe Modifier and Type Method Description UpdateTargetResponderRecipe
UpdateTargetResponderRecipe.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type UpdateTargetResponderRecipe Modifier and Type Method Description List<UpdateTargetResponderRecipe>
UpdateTargetDetails. getTargetResponderRecipes()
The details of target responder recipes to be updatedMethods in com.oracle.bmc.cloudguard.model with parameters of type UpdateTargetResponderRecipe Modifier and Type Method Description UpdateTargetResponderRecipe.Builder
UpdateTargetResponderRecipe.Builder. copy(UpdateTargetResponderRecipe model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateTargetResponderRecipe Modifier and Type Method Description UpdateTargetDetails.Builder
UpdateTargetDetails.Builder. targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)
The details of target responder recipes to be updated
-