| Interface | Description |
|---|---|
| RetryCondition |
| Class | Description |
|---|---|
| AndRetryCondition |
Composite
RetryCondition that evaluates to true when all contained retry conditions evaluate to true. |
| MaxNumberOfRetriesCondition |
Simple retry condition that allows retries up to a certain max number of retries.
|
| OrRetryCondition |
Composite retry condition that evaluates to true if any containing condition evaluates to true.
|
| RetryOnExceptionsCondition |
Retry condition implementation that retries if the exception or the cause of the exception matches the classes defined.
|
| RetryOnStatusCodeCondition |
Retry condition implementation that retries if the HTTP status code matches one of the provided status codes.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.