public static interface PollingStrategy.RetryStrategy
| Modifier and Type | Method and 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.