@FunctionalInterface public interface RetryCondition
| Modifier and Type | Method and Description | 
|---|---|
static RetryCondition | 
defaultRetryCondition()  | 
static RetryCondition | 
none()  | 
boolean | 
shouldRetry(RetryPolicyContext context)
Determine whether a request should or should not be retried. 
 | 
boolean shouldRetry(RetryPolicyContext context)
context - Context about the state of the last request and information about the number of requests made.static RetryCondition defaultRetryCondition()
static RetryCondition none()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.