Uses of Interface
com.amazonaws.retry.RetryPolicy.RetryCondition
-
Packages that use RetryPolicy.RetryCondition Package Description com.amazonaws.retry -
-
Uses of RetryPolicy.RetryCondition in com.amazonaws.retry
Classes in com.amazonaws.retry that implement RetryPolicy.RetryCondition Modifier and Type Class Description static classPredefinedRetryPolicies.SDKDefaultRetryConditionThe default implementation of RetryCondition used by the SDK.Fields in com.amazonaws.retry declared as RetryPolicy.RetryCondition Modifier and Type Field Description static RetryPolicy.RetryConditionPredefinedRetryPolicies. DEFAULT_RETRY_CONDITIONThe SDK default retry condition, which checks for various conditions in the following order: Never retry on requests with non-repeatable content; Retry on client exceptions caused by IOException; Retry on service exceptions that are either 500 internal server errors, 503 service unavailable errors, service throttling errors or clock skew errors.static RetryPolicy.RetryConditionRetryPolicy.RetryCondition. NO_RETRY_CONDITIONMethods in com.amazonaws.retry that return RetryPolicy.RetryCondition Modifier and Type Method Description RetryPolicy.RetryConditionRetryPolicy. getRetryCondition()Returns the retry condition included in this retry policy.Constructors in com.amazonaws.retry with parameters of type RetryPolicy.RetryCondition Constructor Description RetryPolicy(RetryPolicy.RetryCondition retryCondition, RetryPolicy.BackoffStrategy backoffStrategy, int maxErrorRetry, boolean honorMaxErrorRetryInClientConfig)Constructs a new retry policy.
-