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