Uses of Class
com.oracle.bmc.recovery.responses.UpdateProtectionPolicyResponse
-
Packages that use UpdateProtectionPolicyResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of UpdateProtectionPolicyResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return UpdateProtectionPolicyResponse Modifier and Type Method Description UpdateProtectionPolicyResponse
DatabaseRecovery. updateProtectionPolicy(UpdateProtectionPolicyRequest request)
Updates the specified protection policy.UpdateProtectionPolicyResponse
DatabaseRecoveryClient. updateProtectionPolicy(UpdateProtectionPolicyRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type UpdateProtectionPolicyResponse Modifier and Type Method Description Future<UpdateProtectionPolicyResponse>
DatabaseRecoveryAsync. updateProtectionPolicy(UpdateProtectionPolicyRequest request, AsyncHandler<UpdateProtectionPolicyRequest,UpdateProtectionPolicyResponse> handler)
Updates the specified protection policy.Future<UpdateProtectionPolicyResponse>
DatabaseRecoveryAsyncClient. updateProtectionPolicy(UpdateProtectionPolicyRequest request, AsyncHandler<UpdateProtectionPolicyRequest,UpdateProtectionPolicyResponse> handler)
Method parameters in com.oracle.bmc.recovery with type arguments of type UpdateProtectionPolicyResponse Modifier and Type Method Description Future<UpdateProtectionPolicyResponse>
DatabaseRecoveryAsync. updateProtectionPolicy(UpdateProtectionPolicyRequest request, AsyncHandler<UpdateProtectionPolicyRequest,UpdateProtectionPolicyResponse> handler)
Updates the specified protection policy.Future<UpdateProtectionPolicyResponse>
DatabaseRecoveryAsyncClient. updateProtectionPolicy(UpdateProtectionPolicyRequest request, AsyncHandler<UpdateProtectionPolicyRequest,UpdateProtectionPolicyResponse> handler)
-
Uses of UpdateProtectionPolicyResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return UpdateProtectionPolicyResponse Modifier and Type Method Description UpdateProtectionPolicyResponse
UpdateProtectionPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type UpdateProtectionPolicyResponse Modifier and Type Method Description UpdateProtectionPolicyResponse.Builder
UpdateProtectionPolicyResponse.Builder. copy(UpdateProtectionPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-