Uses of Class
com.oracle.bmc.cloudguard.model.AttachTargetResponderRecipeDetails
-
Packages that use AttachTargetResponderRecipeDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of AttachTargetResponderRecipeDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return AttachTargetResponderRecipeDetails Modifier and Type Method Description AttachTargetResponderRecipeDetails
AttachTargetResponderRecipeDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type AttachTargetResponderRecipeDetails Modifier and Type Method Description AttachTargetResponderRecipeDetails.Builder
AttachTargetResponderRecipeDetails.Builder. copy(AttachTargetResponderRecipeDetails model)
-
Uses of AttachTargetResponderRecipeDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return AttachTargetResponderRecipeDetails Modifier and Type Method Description AttachTargetResponderRecipeDetails
CreateTargetResponderRecipeRequest. getAttachTargetResponderRecipeDetails()
Details for attaching a responder recipe to a targetAttachTargetResponderRecipeDetails
CreateTargetResponderRecipeRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.cloudguard.requests with parameters of type AttachTargetResponderRecipeDetails Modifier and Type Method Description CreateTargetResponderRecipeRequest.Builder
CreateTargetResponderRecipeRequest.Builder. attachTargetResponderRecipeDetails(AttachTargetResponderRecipeDetails attachTargetResponderRecipeDetails)
Details for attaching a responder recipe to a targetCreateTargetResponderRecipeRequest.Builder
CreateTargetResponderRecipeRequest.Builder. body$(AttachTargetResponderRecipeDetails body)
Alternative setter for the body parameter.
-