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