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