Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
DrPlanExecutionLifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
DrPlanExecutionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DrPlanExecutionLifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDrPlanExecutionResponse |
DisasterRecovery.getDrPlanExecution(GetDrPlanExecutionRequest request) |
Get details for the DR plan execution identified by drPlanExecutionId.
|
Future<GetDrPlanExecutionResponse> |
DisasterRecoveryAsync.getDrPlanExecution(GetDrPlanExecutionRequest request,
AsyncHandler<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> handler) |
Get details for the DR plan execution identified by drPlanExecutionId.
|
Future<GetDrPlanExecutionResponse> |
DisasterRecoveryAsyncClient.getDrPlanExecution(GetDrPlanExecutionRequest request,
AsyncHandler<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> handler) |
|
GetDrPlanExecutionResponse |
DisasterRecoveryClient.getDrPlanExecution(GetDrPlanExecutionRequest request) |
|