Uses of Class
com.oracle.bmc.recovery.requests.CreateProtectionPolicyRequest
-
Packages that use CreateProtectionPolicyRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of CreateProtectionPolicyRequest in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery with parameters of type CreateProtectionPolicyRequest Modifier and Type Method Description CreateProtectionPolicyResponse
DatabaseRecovery. createProtectionPolicy(CreateProtectionPolicyRequest request)
Creates a new Protection Policy.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)
CreateProtectionPolicyResponse
DatabaseRecoveryClient. createProtectionPolicy(CreateProtectionPolicyRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type CreateProtectionPolicyRequest 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 CreateProtectionPolicyRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return CreateProtectionPolicyRequest Modifier and Type Method Description CreateProtectionPolicyRequest
CreateProtectionPolicyRequest.Builder. build()
Build the instance of CreateProtectionPolicyRequest as configured by this builderCreateProtectionPolicyRequest
CreateProtectionPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateProtectionPolicyRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type CreateProtectionPolicyRequest Modifier and Type Method Description CreateProtectionPolicyRequest.Builder
CreateProtectionPolicyRequest.Builder. copy(CreateProtectionPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-