Uses of Class
com.oracle.bmc.recovery.responses.ChangeProtectionPolicyCompartmentResponse
-
Packages that use ChangeProtectionPolicyCompartmentResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ChangeProtectionPolicyCompartmentResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ChangeProtectionPolicyCompartmentResponse Modifier and Type Method Description ChangeProtectionPolicyCompartmentResponse
DatabaseRecovery. changeProtectionPolicyCompartment(ChangeProtectionPolicyCompartmentRequest request)
Moves a protection policy resource from the existing compartment to the specified compartment.ChangeProtectionPolicyCompartmentResponse
DatabaseRecoveryClient. changeProtectionPolicyCompartment(ChangeProtectionPolicyCompartmentRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ChangeProtectionPolicyCompartmentResponse 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)
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectionPolicyCompartmentResponse 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 ChangeProtectionPolicyCompartmentResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ChangeProtectionPolicyCompartmentResponse Modifier and Type Method Description ChangeProtectionPolicyCompartmentResponse
ChangeProtectionPolicyCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ChangeProtectionPolicyCompartmentResponse Modifier and Type Method Description ChangeProtectionPolicyCompartmentResponse.Builder
ChangeProtectionPolicyCompartmentResponse.Builder. copy(ChangeProtectionPolicyCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-