| Package | Description |
|---|---|
| software.amazon.awssdk.core.retry | |
| software.amazon.awssdk.core.retry.conditions |
| Class and Description |
|---|
| RetryCondition |
| Class and 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.
|
| RetryCondition |
| 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 © 2019. All rights reserved.