public final class RetryOnErrorCodeCondition extends Object implements RetryCondition
| Modifier and Type | Method and Description | 
|---|---|
| static RetryOnErrorCodeCondition | create(Set<String> retryableErrorCodes) | 
| static RetryOnErrorCodeCondition | create(String... retryableErrorCodes) | 
| 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 RetryOnErrorCodeCondition create(String... retryableErrorCodes)
public static RetryOnErrorCodeCondition create(Set<String> retryableErrorCodes)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.