| Package | Description |
|---|---|
| software.amazon.awssdk.core.retry | |
| software.amazon.awssdk.core.retry.backoff | |
| software.amazon.awssdk.core.retry.conditions |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicyContext |
RetryPolicyContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
FixedDelayBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
Duration |
BackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context)
Compute the delay before the next retry request.
|
Duration |
FullJitterBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
Duration |
EqualJitterBackoffStrategy.computeDelayBeforeNextRetry(RetryPolicyContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaxNumberOfRetriesCondition.shouldRetry(RetryPolicyContext context) |
boolean |
OrRetryCondition.shouldRetry(RetryPolicyContext context) |
boolean |
AndRetryCondition.shouldRetry(RetryPolicyContext context) |
boolean |
RetryOnExceptionsCondition.shouldRetry(RetryPolicyContext context) |
boolean |
RetryCondition.shouldRetry(RetryPolicyContext context)
Determine whether a request should or should not be retried.
|
boolean |
RetryOnStatusCodeCondition.shouldRetry(RetryPolicyContext context) |
Copyright © 2019. All rights reserved.