Uses of Class
com.amazonaws.retry.RetryPolicy
-
Packages that use RetryPolicy Package Description com.amazonaws com.amazonaws.retry -
-
Uses of RetryPolicy in com.amazonaws
Fields in com.amazonaws declared as RetryPolicy Modifier and Type Field Description static RetryPolicyClientConfiguration. DEFAULT_RETRY_POLICYDefault request retry policy, including the maximum retry count of 3, the default retry condition and the default back-off strategy.Methods in com.amazonaws that return RetryPolicy Modifier and Type Method Description RetryPolicyClientConfiguration. getRetryPolicy()Returns the retry policy upon failed requests.Methods in com.amazonaws with parameters of type RetryPolicy Modifier and Type Method Description voidClientConfiguration. setRetryPolicy(RetryPolicy retryPolicy)Sets the retry policy upon failed requests.ClientConfigurationClientConfiguration. withRetryPolicy(RetryPolicy retryPolicy)Sets the retry policy upon failed requests, and returns the updated ClientConfiguration object. -
Uses of RetryPolicy in com.amazonaws.retry
Fields in com.amazonaws.retry declared as RetryPolicy Modifier and Type Field Description static RetryPolicyPredefinedRetryPolicies. DEFAULTSDK default retry policy (except for AmazonDynamoDBClient, whose constructor will replace the DEFAULT with DYNAMODB_DEFAULT.)static RetryPolicyPredefinedRetryPolicies. DYNAMODB_DEFAULTDefault policy for DynamoDB clientstatic RetryPolicyPredefinedRetryPolicies. NO_RETRY_POLICYNo retry policyMethods in com.amazonaws.retry that return RetryPolicy Modifier and Type Method Description static RetryPolicyPredefinedRetryPolicies. getDefaultRetryPolicy()Returns the SDK default retry policy.static RetryPolicyPredefinedRetryPolicies. getDefaultRetryPolicyWithCustomMaxRetries(int maxErrorRetry)Returns the SDK default retry policy with the specified max retry count.static RetryPolicyPredefinedRetryPolicies. getDynamoDBDefaultRetryPolicy()Returns the default retry policy for DynamoDB client.static RetryPolicyPredefinedRetryPolicies. getDynamoDBDefaultRetryPolicyWithCustomMaxRetries(int maxErrorRetry)Returns the default retry policy for DynamoDB client with the specified max retry count.
-