Uses of Class
com.oracle.bmc.disasterrecovery.requests.CreateDrPlanExecutionRequest
-
Packages that use CreateDrPlanExecutionRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of CreateDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type CreateDrPlanExecutionRequest Modifier and Type Method Description CreateDrPlanExecutionResponse
DisasterRecovery. createDrPlanExecution(CreateDrPlanExecutionRequest request)
Execute a DR plan for a DR protection group.Future<CreateDrPlanExecutionResponse>
DisasterRecoveryAsync. createDrPlanExecution(CreateDrPlanExecutionRequest request, AsyncHandler<CreateDrPlanExecutionRequest,CreateDrPlanExecutionResponse> handler)
Execute a DR plan for a DR protection group.Future<CreateDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. createDrPlanExecution(CreateDrPlanExecutionRequest request, AsyncHandler<CreateDrPlanExecutionRequest,CreateDrPlanExecutionResponse> handler)
CreateDrPlanExecutionResponse
DisasterRecoveryClient. createDrPlanExecution(CreateDrPlanExecutionRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrPlanExecutionRequest Modifier and Type Method Description Future<CreateDrPlanExecutionResponse>
DisasterRecoveryAsync. createDrPlanExecution(CreateDrPlanExecutionRequest request, AsyncHandler<CreateDrPlanExecutionRequest,CreateDrPlanExecutionResponse> handler)
Execute a DR plan for a DR protection group.Future<CreateDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. createDrPlanExecution(CreateDrPlanExecutionRequest request, AsyncHandler<CreateDrPlanExecutionRequest,CreateDrPlanExecutionResponse> handler)
-
Uses of CreateDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return CreateDrPlanExecutionRequest Modifier and Type Method Description CreateDrPlanExecutionRequest
CreateDrPlanExecutionRequest.Builder. build()
Build the instance of CreateDrPlanExecutionRequest as configured by this builderCreateDrPlanExecutionRequest
CreateDrPlanExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDrPlanExecutionRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type CreateDrPlanExecutionRequest Modifier and Type Method Description CreateDrPlanExecutionRequest.Builder
CreateDrPlanExecutionRequest.Builder. copy(CreateDrPlanExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-