Uses of Class
com.oracle.bmc.cloudguard.model.TargetResponderRecipe
-
Packages that use TargetResponderRecipe Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of TargetResponderRecipe in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetResponderRecipe Modifier and Type Method Description TargetResponderRecipe
TargetResponderRecipe.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type TargetResponderRecipe Modifier and Type Method Description List<TargetResponderRecipe>
Target. getTargetResponderRecipes()
List of responder recipes attached to targetMethods in com.oracle.bmc.cloudguard.model with parameters of type TargetResponderRecipe Modifier and Type Method Description TargetResponderRecipe.Builder
TargetResponderRecipe.Builder. copy(TargetResponderRecipe model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetResponderRecipe Modifier and Type Method Description Target.Builder
Target.Builder. targetResponderRecipes(List<TargetResponderRecipe> targetResponderRecipes)
List of responder recipes attached to target -
Uses of TargetResponderRecipe in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return TargetResponderRecipe Modifier and Type Method Description TargetResponderRecipe
CreateTargetResponderRecipeResponse. getTargetResponderRecipe()
The returned TargetResponderRecipe instance.TargetResponderRecipe
GetTargetResponderRecipeResponse. getTargetResponderRecipe()
The returned TargetResponderRecipe instance.TargetResponderRecipe
UpdateTargetResponderRecipeResponse. getTargetResponderRecipe()
The returned TargetResponderRecipe instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type TargetResponderRecipe Modifier and Type Method Description CreateTargetResponderRecipeResponse.Builder
CreateTargetResponderRecipeResponse.Builder. targetResponderRecipe(TargetResponderRecipe targetResponderRecipe)
The returned TargetResponderRecipe instance.GetTargetResponderRecipeResponse.Builder
GetTargetResponderRecipeResponse.Builder. targetResponderRecipe(TargetResponderRecipe targetResponderRecipe)
The returned TargetResponderRecipe instance.UpdateTargetResponderRecipeResponse.Builder
UpdateTargetResponderRecipeResponse.Builder. targetResponderRecipe(TargetResponderRecipe targetResponderRecipe)
The returned TargetResponderRecipe instance.
-