Uses of Class
com.oracle.bmc.disasterrecovery.requests.RetryDrPlanExecutionRequest
-
Packages that use RetryDrPlanExecutionRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of RetryDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type RetryDrPlanExecutionRequest 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.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)
RetryDrPlanExecutionResponse
DisasterRecoveryClient. retryDrPlanExecution(RetryDrPlanExecutionRequest request)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type RetryDrPlanExecutionRequest 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 RetryDrPlanExecutionRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return RetryDrPlanExecutionRequest Modifier and Type Method Description RetryDrPlanExecutionRequest
RetryDrPlanExecutionRequest.Builder. build()
Build the instance of RetryDrPlanExecutionRequest as configured by this builderRetryDrPlanExecutionRequest
RetryDrPlanExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetryDrPlanExecutionRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type RetryDrPlanExecutionRequest Modifier and Type Method Description RetryDrPlanExecutionRequest.Builder
RetryDrPlanExecutionRequest.Builder. copy(RetryDrPlanExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-