Uses of Class
com.oracle.bmc.recovery.model.ChangeProtectionPolicyCompartmentDetails
-
Packages that use ChangeProtectionPolicyCompartmentDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectionPolicyCompartmentDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ChangeProtectionPolicyCompartmentDetails Modifier and Type Method Description ChangeProtectionPolicyCompartmentDetails
ChangeProtectionPolicyCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ChangeProtectionPolicyCompartmentDetails Modifier and Type Method Description ChangeProtectionPolicyCompartmentDetails.Builder
ChangeProtectionPolicyCompartmentDetails.Builder. copy(ChangeProtectionPolicyCompartmentDetails model)
-
Uses of ChangeProtectionPolicyCompartmentDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectionPolicyCompartmentDetails Modifier and Type Method Description ChangeProtectionPolicyCompartmentDetails
ChangeProtectionPolicyCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeProtectionPolicyCompartmentDetails
ChangeProtectionPolicyCompartmentRequest. getChangeProtectionPolicyCompartmentDetails()
The configuration details required to move a protection policy from the existing compartment to a specified compartment.Methods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectionPolicyCompartmentDetails Modifier and Type Method Description ChangeProtectionPolicyCompartmentRequest.Builder
ChangeProtectionPolicyCompartmentRequest.Builder. body$(ChangeProtectionPolicyCompartmentDetails body)
Alternative setter for the body parameter.ChangeProtectionPolicyCompartmentRequest.Builder
ChangeProtectionPolicyCompartmentRequest.Builder. changeProtectionPolicyCompartmentDetails(ChangeProtectionPolicyCompartmentDetails changeProtectionPolicyCompartmentDetails)
The configuration details required to move a protection policy from the existing compartment to a specified compartment.
-