| Package | Description | 
|---|---|
| com.amazonaws.retry | |
| com.amazonaws.retry.v2 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RetryPolicyAdapterAdapts a legacy  RetryPolicyto the newRetryPolicy. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RetryPolicyAggregate interface combining a  RetryConditionandBackoffStrategyinto a single policy. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndRetryConditionComposite  RetryConditionthat evaluates to true when all contained retry conditions evaluate to true. | 
| class  | MaxNumberOfRetriesConditionSimple retry condition that allows retries up to a certain max number of retries. | 
| class  | OrRetryConditionComposite retry condition that evaluates to true if any containing condition evaluates to true. | 
| class  | RetryOnExceptionsConditionRetry condition implementation that retries if the exception or the cause of the exception matches the classes defined. | 
| class  | RetryOnStatusCodeConditionRetry condition implementation that retries if the HTTP status code matches one of the provided status codes. | 
| class  | SimpleRetryPolicy | 
| Constructor and Description | 
|---|
| AndRetryCondition(RetryCondition... conditions) | 
| OrRetryCondition(RetryCondition... conditions) | 
| SimpleRetryPolicy(RetryCondition retryCondition,
                 BackoffStrategy backoffStrategy) | 
Copyright © 2023. All rights reserved.