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