| 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<Input,Output> |
Created by meghbyar on 6/3/16.
|
| Waiter<Input extends AmazonWebServiceRequest> |
Created by meghbyar on 7/29/16.
|
| Class | Description |
|---|---|
| AcceptorPathMatcher |
Created by meghbyar on 7/1/16.
|
| FixedDelayStrategy |
Created by meghbyar on 7/27/16.
|
| HttpFailureStatusAcceptor<Output> |
Created by meghbyar on 7/15/16.
|
| HttpSuccessStatusAcceptor<Output> |
Created by meghbyar on 7/14/16.
|
| MaxAttemptsRetryStrategy |
Created by meghbyar on 7/27/16.
|
| NoOpWaiterHandler |
Created by meghbyar on 7/8/16.
|
| PollingStrategy |
Created by meghbyar on 7/6/16.
|
| PollingStrategyContext |
Created by meghbyar on 7/8/16.
|
| WaiterAcceptor<Output> |
Created by meghbyar on 6/7/16.
|
| WaiterBuilder<Input extends AmazonWebServiceRequest,Output> |
Created by meghbyar on 7/29/16.
|
| WaiterExecution<Input extends AmazonWebServiceRequest,Output> |
Created by meghbyar on 6/2/16.
|
| WaiterExecutionBuilder<Input extends AmazonWebServiceRequest,Output> |
Created by meghbyar on 6/6/16.
|
| WaiterHandler<Input extends AmazonWebServiceRequest> |
Callbacks are executed synchronously.
|
| WaiterImpl<Input extends AmazonWebServiceRequest,Output> |
Created by meghbyar on 8/4/16.
|
| WaiterParameters<Input extends AmazonWebServiceRequest> |
Created by meghbyar on 6/16/16.
|
| Enum | Description |
|---|---|
| WaiterState |
Created by meghbyar on 6/10/16.
|
| Exception | Description |
|---|---|
| WaiterTimedOutException |
Created by meghbyar on 6/16/16.
|
| WaiterUnrecoverableException |
Created by meghbyar on 6/16/16.
|
Copyright © 2016. All rights reserved.