Uses of Class
com.oracle.bmc.cloudguard.model.TargetDetectorRecipe
-
Packages that use TargetDetectorRecipe Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of TargetDetectorRecipe in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetDetectorRecipe Modifier and Type Method Description TargetDetectorRecipe
TargetDetectorRecipe.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type TargetDetectorRecipe Modifier and Type Method Description List<TargetDetectorRecipe>
Target. getTargetDetectorRecipes()
List of detector recipes attached to targetMethods in com.oracle.bmc.cloudguard.model with parameters of type TargetDetectorRecipe Modifier and Type Method Description TargetDetectorRecipe.Builder
TargetDetectorRecipe.Builder. copy(TargetDetectorRecipe model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetDetectorRecipe Modifier and Type Method Description Target.Builder
Target.Builder. targetDetectorRecipes(List<TargetDetectorRecipe> targetDetectorRecipes)
List of detector recipes attached to targetConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetDetectorRecipe Constructor Description Target(String id, String displayName, String compartmentId, String description, TargetResourceType targetResourceType, String targetResourceId, Integer recipeCount, List<TargetDetectorRecipe> targetDetectorRecipes, List<TargetResponderRecipe> targetResponderRecipes, TargetDetails targetDetails, List<String> inheritedByCompartments, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecyleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of TargetDetectorRecipe in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return TargetDetectorRecipe Modifier and Type Method Description TargetDetectorRecipe
CreateTargetDetectorRecipeResponse. getTargetDetectorRecipe()
The returned TargetDetectorRecipe instance.TargetDetectorRecipe
GetTargetDetectorRecipeResponse. getTargetDetectorRecipe()
The returned TargetDetectorRecipe instance.TargetDetectorRecipe
UpdateTargetDetectorRecipeResponse. getTargetDetectorRecipe()
The returned TargetDetectorRecipe instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type TargetDetectorRecipe Modifier and Type Method Description CreateTargetDetectorRecipeResponse.Builder
CreateTargetDetectorRecipeResponse.Builder. targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned TargetDetectorRecipe instance.GetTargetDetectorRecipeResponse.Builder
GetTargetDetectorRecipeResponse.Builder. targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned TargetDetectorRecipe instance.UpdateTargetDetectorRecipeResponse.Builder
UpdateTargetDetectorRecipeResponse.Builder. targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned TargetDetectorRecipe instance.
-