Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
MaintenanceRun.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse> |
DatabaseWaiters.forMaintenanceRun(GetMaintenanceRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MaintenanceRun.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetMaintenanceRunResponse> |
DatabaseAsyncClient.getMaintenanceRun(GetMaintenanceRunRequest request,
AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler) |
Future<GetMaintenanceRunResponse> |
DatabaseAsync.getMaintenanceRun(GetMaintenanceRunRequest request,
AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler)
Gets information about the specified Maintenance Run.
|