Uses of Class
com.amazonaws.retry.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in com.amazonaws
Fields in com.amazonaws declared as RetryPolicyModifier and TypeFieldDescriptionstatic final 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 RetryPolicyModifier and TypeMethodDescriptionClientConfiguration.getRetryPolicy()Returns the retry policy upon failed requests.Methods in com.amazonaws with parameters of type RetryPolicyModifier and TypeMethodDescriptionvoidClientConfiguration.setRetryPolicy(RetryPolicy retryPolicy) Sets the retry policy upon failed requests.ClientConfiguration.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 RetryPolicyModifier and TypeFieldDescriptionstatic final RetryPolicyPredefinedRetryPolicies.DEFAULTSDK default retry policy (except for AmazonDynamoDBClient, whose constructor will replace the DEFAULT with DYNAMODB_DEFAULT.)static final RetryPolicyPredefinedRetryPolicies.DYNAMODB_DEFAULTDefault policy for DynamoDB clientstatic final RetryPolicyPredefinedRetryPolicies.NO_RETRY_POLICYNo retry policyMethods in com.amazonaws.retry that return RetryPolicyModifier and TypeMethodDescriptionstatic 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.