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 RetryPolicy
ClientConfiguration.DEFAULT_RETRY_POLICY
Default 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 TypeMethodDescriptionvoid
ClientConfiguration.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 RetryPolicy
PredefinedRetryPolicies.DEFAULT
SDK default retry policy (except for AmazonDynamoDBClient, whose constructor will replace the DEFAULT with DYNAMODB_DEFAULT.)static final RetryPolicy
PredefinedRetryPolicies.DYNAMODB_DEFAULT
Default policy for DynamoDB clientstatic final RetryPolicy
PredefinedRetryPolicies.NO_RETRY_POLICY
No retry policyMethods in com.amazonaws.retry that return RetryPolicyModifier and TypeMethodDescriptionstatic RetryPolicy
PredefinedRetryPolicies.getDefaultRetryPolicy()
Returns the SDK default retry policy.static RetryPolicy
PredefinedRetryPolicies.getDefaultRetryPolicyWithCustomMaxRetries
(int maxErrorRetry) Returns the SDK default retry policy with the specified max retry count.static RetryPolicy
PredefinedRetryPolicies.getDynamoDBDefaultRetryPolicy()
Returns the default retry policy for DynamoDB client.static RetryPolicy
PredefinedRetryPolicies.getDynamoDBDefaultRetryPolicyWithCustomMaxRetries
(int maxErrorRetry) Returns the default retry policy for DynamoDB client with the specified max retry count.