Package com.amazonaws.retry
package com.amazonaws.retry
-
ClassDescriptionThis class includes a set of pre-defined retry policies, including default policies used by SDK.The default implementation of RetryCondition used by the SDK.Retry policy that can be configured on a specific service client using
ClientConfiguration
.The hook for providing custom back-off strategy to control the sleep time between retries.The hook for providing custom condition on whether a failed request should be retried.