Example usage for Java com.amazonaws.retry PredefinedRetryPolicies fields, constructors, methods, implement or subclass
The text is from its open source code.
int | DEFAULT_MAX_ERROR_RETRY SDK default max retry count |
RetryPolicy.RetryCondition | DEFAULT_RETRY_CONDITION The SDK default retry condition, which checks for various conditions in the following order:
|
RetryPolicy.BackoffStrategy | DEFAULT_BACKOFF_STRATEGY The SDK default back-off strategy, which increases exponentially up to a max amount of delay. |
RetryPolicy | getDefaultRetryPolicy() Returns the SDK default retry policy. |
RetryPolicy | getDefaultRetryPolicyWithCustomMaxRetries(int maxErrorRetry) Returns the SDK default retry policy with the specified max retry count. |