Uses of Class
com.oracle.bmc.recovery.requests.ChangeProtectionPolicyCompartmentRequest
-
Packages that use ChangeProtectionPolicyCompartmentRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectionPolicyCompartmentRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectionPolicyCompartmentRequest Modifier and Type Method Description Future<ChangeProtectionPolicyCompartmentResponse>
DatabaseRecoveryAsync. changeProtectionPolicyCompartment(ChangeProtectionPolicyCompartmentRequest request, AsyncHandler<ChangeProtectionPolicyCompartmentRequest,ChangeProtectionPolicyCompartmentResponse> handler)
Moves a protection policy resource from the existing compartment to the specified compartment.Future<ChangeProtectionPolicyCompartmentResponse>
DatabaseRecoveryAsyncClient. changeProtectionPolicyCompartment(ChangeProtectionPolicyCompartmentRequest request, AsyncHandler<ChangeProtectionPolicyCompartmentRequest,ChangeProtectionPolicyCompartmentResponse> handler)
-
Uses of ChangeProtectionPolicyCompartmentRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectionPolicyCompartmentRequest Modifier and Type Method Description ChangeProtectionPolicyCompartmentRequest
ChangeProtectionPolicyCompartmentRequest.Builder. build()
Build the instance of ChangeProtectionPolicyCompartmentRequest as configured by this builderChangeProtectionPolicyCompartmentRequest
ChangeProtectionPolicyCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeProtectionPolicyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectionPolicyCompartmentRequest Modifier and Type Method Description ChangeProtectionPolicyCompartmentRequest.Builder
ChangeProtectionPolicyCompartmentRequest.Builder. copy(ChangeProtectionPolicyCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-