| Package | Description | 
|---|---|
| com.amazonaws.waiters | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FixedDelayStrategy. delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext)Defines a default way of delaying the polling bound by
 the default delay associated with the corresponding
 waiter definition | 
| void | PollingStrategy.DelayStrategy. delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext)Defines the custom delay strategy to control the sleep time | 
| boolean | MaxAttemptsRetryStrategy. shouldRetry(PollingStrategyContext pollingStrategyContext)Default way of checking if polling should be retried
 or fast failed | 
| boolean | PollingStrategy.RetryStrategy. shouldRetry(PollingStrategyContext pollingStrategyContext)Returns whether polling of a resource should be retried according to the
 given polling context. | 
Copyright © 2024. All rights reserved.