Uses of Class
com.oracle.bmc.cloudguard.model.ChangeSecurityRecipeCompartmentDetails
-
Packages that use ChangeSecurityRecipeCompartmentDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeSecurityRecipeCompartmentDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ChangeSecurityRecipeCompartmentDetails Modifier and Type Method Description ChangeSecurityRecipeCompartmentDetails
ChangeSecurityRecipeCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type ChangeSecurityRecipeCompartmentDetails Modifier and Type Method Description ChangeSecurityRecipeCompartmentDetails.Builder
ChangeSecurityRecipeCompartmentDetails.Builder. copy(ChangeSecurityRecipeCompartmentDetails model)
-
Uses of ChangeSecurityRecipeCompartmentDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeSecurityRecipeCompartmentDetails Modifier and Type Method Description ChangeSecurityRecipeCompartmentDetails
ChangeSecurityRecipeCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeSecurityRecipeCompartmentDetails
ChangeSecurityRecipeCompartmentRequest. getChangeSecurityRecipeCompartmentDetails()
The compartment to which you want to move the SecurityRecipe resourceMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeSecurityRecipeCompartmentDetails Modifier and Type Method Description ChangeSecurityRecipeCompartmentRequest.Builder
ChangeSecurityRecipeCompartmentRequest.Builder. body$(ChangeSecurityRecipeCompartmentDetails body)
Alternative setter for the body parameter.ChangeSecurityRecipeCompartmentRequest.Builder
ChangeSecurityRecipeCompartmentRequest.Builder. changeSecurityRecipeCompartmentDetails(ChangeSecurityRecipeCompartmentDetails changeSecurityRecipeCompartmentDetails)
The compartment to which you want to move the SecurityRecipe resource
-