| Interface | Description | 
|---|---|
| PollingStrategy.DelayStrategy | 
 The hook for providing custom delay strategy to control the sleep time
 between retries. 
 | 
| PollingStrategy.RetryStrategy | 
 The hook for providing custom condition on whether polling of a resource
 should be retried. 
 | 
| SdkFunction<InputT,OutputT> | |
| Waiter<InputT> | 
| Class | Description | 
|---|---|
| AcceptorPathMatcher | |
| FixedDelayStrategy | |
| MaxAttemptsRetryStrategy | |
| PollingStrategy | |
| PollingStrategyContext | |
| WaiterAcceptor<OutputT,ErrorT extends RuntimeException> | |
| WaiterBuilder<InputT,OutputT,ErrorT extends RuntimeException> | |
| WaiterExecution<InputT,OutputT,ErrorT extends RuntimeException> | |
| WaiterExecutionBuilder<InputT,OutputT,ErrorT extends RuntimeException> | |
| WaiterHandler<InputT> | 
 Callbacks are executed synchronously. 
 | 
| WaiterImpl<InputT,OutputT,ErrorT extends RuntimeException> | |
| WaiterParameters<InputT> | 
| Enum | Description | 
|---|---|
| WaiterState | 
| Exception | Description | 
|---|---|
| WaiterTimedOutException | |
| WaiterUnrecoverableException | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.