Uses of Class
com.oracle.bmc.cloudguard.model.AttachTargetDetectorRecipeDetails
-
Packages that use AttachTargetDetectorRecipeDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of AttachTargetDetectorRecipeDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return AttachTargetDetectorRecipeDetails Modifier and Type Method Description AttachTargetDetectorRecipeDetails
AttachTargetDetectorRecipeDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type AttachTargetDetectorRecipeDetails Modifier and Type Method Description AttachTargetDetectorRecipeDetails.Builder
AttachTargetDetectorRecipeDetails.Builder. copy(AttachTargetDetectorRecipeDetails model)
-
Uses of AttachTargetDetectorRecipeDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return AttachTargetDetectorRecipeDetails Modifier and Type Method Description AttachTargetDetectorRecipeDetails
CreateTargetDetectorRecipeRequest. getAttachTargetDetectorRecipeDetails()
Details for associating DetectorRecipe with TargetAttachTargetDetectorRecipeDetails
CreateTargetDetectorRecipeRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.cloudguard.requests with parameters of type AttachTargetDetectorRecipeDetails Modifier and Type Method Description CreateTargetDetectorRecipeRequest.Builder
CreateTargetDetectorRecipeRequest.Builder. attachTargetDetectorRecipeDetails(AttachTargetDetectorRecipeDetails attachTargetDetectorRecipeDetails)
Details for associating DetectorRecipe with TargetCreateTargetDetectorRecipeRequest.Builder
CreateTargetDetectorRecipeRequest.Builder. body$(AttachTargetDetectorRecipeDetails body)
Alternative setter for the body parameter.
-