Uses of Class
com.oracle.bmc.cloudguard.model.UpdateTargetDetectorRecipe
-
Packages that use UpdateTargetDetectorRecipe Package Description com.oracle.bmc.cloudguard.model -
-
Uses of UpdateTargetDetectorRecipe in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateTargetDetectorRecipe Modifier and Type Method Description UpdateTargetDetectorRecipe
UpdateTargetDetectorRecipe.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type UpdateTargetDetectorRecipe Modifier and Type Method Description List<UpdateTargetDetectorRecipe>
UpdateTargetDetails. getTargetDetectorRecipes()
The details of target detector recipes to be updatedMethods in com.oracle.bmc.cloudguard.model with parameters of type UpdateTargetDetectorRecipe Modifier and Type Method Description UpdateTargetDetectorRecipe.Builder
UpdateTargetDetectorRecipe.Builder. copy(UpdateTargetDetectorRecipe model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateTargetDetectorRecipe Modifier and Type Method Description UpdateTargetDetails.Builder
UpdateTargetDetails.Builder. targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)
The details of target detector recipes to be updatedConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateTargetDetectorRecipe Constructor Description UpdateTargetDetails(String displayName, LifecycleState lifecycleState, List<UpdateTargetDetectorRecipe> targetDetectorRecipes, List<UpdateTargetResponderRecipe> targetResponderRecipes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-