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> | |
Waiter<Input extends AmazonWebServiceRequest> |
Class | Description |
---|---|
AcceptorPathMatcher | |
FixedDelayStrategy | |
HttpFailureStatusAcceptor<Output> | |
HttpSuccessStatusAcceptor<Output> | |
MaxAttemptsRetryStrategy | |
NoOpWaiterHandler | |
PollingStrategy | |
PollingStrategyContext | |
WaiterAcceptor<Output> | |
WaiterBuilder<Input extends AmazonWebServiceRequest,Output> | |
WaiterExecution<Input extends AmazonWebServiceRequest,Output> | |
WaiterExecutionBuilder<Input extends AmazonWebServiceRequest,Output> | |
WaiterExecutorServiceFactory |
Static helper class that is used by generated code to build an efficient
ExecutorService to be used by
asynchronous waiter executions. |
WaiterHandler<Input extends AmazonWebServiceRequest> |
Callbacks are executed synchronously.
|
WaiterImpl<Input extends AmazonWebServiceRequest,Output> | |
WaiterParameters<Input extends AmazonWebServiceRequest> |
Enum | Description |
---|---|
WaiterState |
Exception | Description |
---|---|
WaiterTimedOutException | |
WaiterUnrecoverableException |
Copyright © 2021. All rights reserved.