Uses of Class
com.oracle.bmc.recovery.requests.UpdateProtectionPolicyRequest
-
Packages that use UpdateProtectionPolicyRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of UpdateProtectionPolicyRequest in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery with parameters of type UpdateProtectionPolicyRequest Modifier and Type Method Description UpdateProtectionPolicyResponse
DatabaseRecovery. updateProtectionPolicy(UpdateProtectionPolicyRequest request)
Updates the specified protection policy.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)
UpdateProtectionPolicyResponse
DatabaseRecoveryClient. updateProtectionPolicy(UpdateProtectionPolicyRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type UpdateProtectionPolicyRequest 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 UpdateProtectionPolicyRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return UpdateProtectionPolicyRequest Modifier and Type Method Description UpdateProtectionPolicyRequest
UpdateProtectionPolicyRequest.Builder. build()
Build the instance of UpdateProtectionPolicyRequest as configured by this builderUpdateProtectionPolicyRequest
UpdateProtectionPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProtectionPolicyRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type UpdateProtectionPolicyRequest Modifier and Type Method Description UpdateProtectionPolicyRequest.Builder
UpdateProtectionPolicyRequest.Builder. copy(UpdateProtectionPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-