public interface ResourcesEndpointRetryPolicy
| Modifier and Type | Field and Description |
|---|---|
static ResourcesEndpointRetryPolicy |
NO_RETRY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRetry(int retriesAttempted,
ResourcesEndpointRetryParameters retryParams)
Returns whether a failed request should be retried.
|
static final ResourcesEndpointRetryPolicy NO_RETRY
boolean shouldRetry(int retriesAttempted,
ResourcesEndpointRetryParameters retryParams)
retriesAttempted - The number of times the current request has been
attempted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.