public final class MaxNumberOfRetriesCondition extends Object implements RetryCondition
| Modifier and Type | Method and Description |
|---|---|
static MaxNumberOfRetriesCondition |
create(int maxNumberOfRetries) |
boolean |
shouldRetry(RetryPolicyContext context)
Determine whether a request should or should not be retried.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultRetryCondition, nonepublic boolean shouldRetry(RetryPolicyContext context)
RetryConditionshouldRetry in interface RetryConditioncontext - Context about the state of the last request and information about the number of requests made.public static MaxNumberOfRetriesCondition create(int maxNumberOfRetries)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.