Interface | Description |
---|---|
RetryPolicy.BackoffStrategy |
The hook for providing custom back-off strategy to control the sleep time
between retries.
|
RetryPolicy.RetryCondition |
The hook for providing custom condition on whether a failed request
should be retried.
|
Class | Description |
---|---|
PredefinedRetryPolicies |
This class includes a set of pre-defined retry policies, including default
policies used by SDK.
|
PredefinedRetryPolicies.SDKDefaultRetryCondition |
The default implementation of RetryCondition used by the SDK.
|
RetryPolicy |
Retry policy that can be configured on a specific service client using
ClientConfiguration . |
RetryUtils |
RetryUtils class.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.