Uses of Class
com.oracle.bmc.disasterrecovery.responses.CreateDrPlanExecutionResponse
-
Packages that use CreateDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of CreateDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return CreateDrPlanExecutionResponse Modifier and Type Method Description CreateDrPlanExecutionResponse
DisasterRecovery. createDrPlanExecution(CreateDrPlanExecutionRequest request)
Execute a DR plan for a DR protection group.CreateDrPlanExecutionResponse
DisasterRecoveryClient. createDrPlanExecution(CreateDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type CreateDrPlanExecutionResponse 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)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type CreateDrPlanExecutionResponse 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 CreateDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return CreateDrPlanExecutionResponse Modifier and Type Method Description CreateDrPlanExecutionResponse
CreateDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type CreateDrPlanExecutionResponse Modifier and Type Method Description CreateDrPlanExecutionResponse.Builder
CreateDrPlanExecutionResponse.Builder. copy(CreateDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-