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