| Package | Description | 
|---|---|
| com.amazonaws.retry | |
| com.amazonaws.retry.v2 | 
| Modifier and Type | Method and Description | 
|---|---|
| long | RetryPolicyAdapter. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | PredefinedBackoffStrategies.FullJitterBackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | PredefinedBackoffStrategies.EqualJitterBackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | PredefinedBackoffStrategies.ExponentialBackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | PredefinedBackoffStrategies.SDKDefaultBackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| boolean | RetryPolicyAdapter. isRetryable(RetryPolicyContext context) | 
| boolean | RetryPolicyAdapter. maxRetriesExceeded(RetryPolicyContext context) | 
| boolean | RetryPolicyAdapter. shouldRetry(RetryPolicyContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| RetryPolicyContext | RetryPolicyContext.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | FixedDelayBackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | SimpleRetryPolicy. computeDelayBeforeNextRetry(RetryPolicyContext context) | 
| long | BackoffStrategy. computeDelayBeforeNextRetry(RetryPolicyContext context)Compute the delay before the next retry request. | 
| boolean | OrRetryCondition. shouldRetry(RetryPolicyContext context) | 
| boolean | SimpleRetryPolicy. shouldRetry(RetryPolicyContext context) | 
| boolean | MaxNumberOfRetriesCondition. shouldRetry(RetryPolicyContext context) | 
| boolean | RetryOnStatusCodeCondition. shouldRetry(RetryPolicyContext context) | 
| boolean | RetryOnExceptionsCondition. shouldRetry(RetryPolicyContext context) | 
| boolean | AndRetryCondition. shouldRetry(RetryPolicyContext context) | 
| boolean | RetryCondition. shouldRetry(RetryPolicyContext context)Determine whether a request should or should not be retried. | 
Copyright © 2025. All rights reserved.