MaxAttemptsRetryStrategypublic static interface PollingStrategy.RetryStrategy
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
shouldRetry(PollingStrategyContext pollingStrategyContext) |
Returns whether polling of a resource should be retried according to the
given polling context.
|
boolean shouldRetry(PollingStrategyContext pollingStrategyContext)
pollingStrategyContext - Provides the polling context required to make the retry decisionPollingStrategyContextCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.