Package com.amazonaws.retry
-
Interface Summary 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 Summary 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 usingClientConfiguration
.RetryUtils