Uses of Class
com.oracle.bmc.disasterrecovery.responses.RetryDrPlanExecutionResponse
-
Packages that use RetryDrPlanExecutionResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of RetryDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return RetryDrPlanExecutionResponse Modifier and Type Method Description RetryDrPlanExecutionResponse
DisasterRecovery. retryDrPlanExecution(RetryDrPlanExecutionRequest request)
Retry the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.RetryDrPlanExecutionResponse
DisasterRecoveryClient. retryDrPlanExecution(RetryDrPlanExecutionRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type RetryDrPlanExecutionResponse Modifier and Type Method Description Future<RetryDrPlanExecutionResponse>
DisasterRecoveryAsync. retryDrPlanExecution(RetryDrPlanExecutionRequest request, AsyncHandler<RetryDrPlanExecutionRequest,RetryDrPlanExecutionResponse> handler)
Retry the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.Future<RetryDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. retryDrPlanExecution(RetryDrPlanExecutionRequest request, AsyncHandler<RetryDrPlanExecutionRequest,RetryDrPlanExecutionResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type RetryDrPlanExecutionResponse Modifier and Type Method Description Future<RetryDrPlanExecutionResponse>
DisasterRecoveryAsync. retryDrPlanExecution(RetryDrPlanExecutionRequest request, AsyncHandler<RetryDrPlanExecutionRequest,RetryDrPlanExecutionResponse> handler)
Retry the failed group or step in DR plan execution identified by drPlanExecutionId and resume execution.Future<RetryDrPlanExecutionResponse>
DisasterRecoveryAsyncClient. retryDrPlanExecution(RetryDrPlanExecutionRequest request, AsyncHandler<RetryDrPlanExecutionRequest,RetryDrPlanExecutionResponse> handler)
-
Uses of RetryDrPlanExecutionResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return RetryDrPlanExecutionResponse Modifier and Type Method Description RetryDrPlanExecutionResponse
RetryDrPlanExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type RetryDrPlanExecutionResponse Modifier and Type Method Description RetryDrPlanExecutionResponse.Builder
RetryDrPlanExecutionResponse.Builder. copy(RetryDrPlanExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-