Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
com.amazonaws.retry |
Modifier and Type | Field and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
RetryPolicy |
ClientConfiguration.getRetryPolicy()
Returns the retry policy upon failed requests.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy upon failed requests.
|
ClientConfiguration |
ClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy upon failed requests, and returns the updated
ClientConfiguration object.
|
Modifier and Type | Field and Description |
---|---|
static RetryPolicy |
PredefinedRetryPolicies.DEFAULT
SDK default retry policy
|
static RetryPolicy |
PredefinedRetryPolicies.DYNAMODB_DEFAULT
Default policy for DynamoDB client
|
static RetryPolicy |
PredefinedRetryPolicies.NO_RETRY_POLICY
No retry policy
|
Modifier and Type | Method and Description |
---|---|
static RetryPolicy |
PredefinedRetryPolicies.getDefaultRetryPolicy() |
static RetryPolicy |
PredefinedRetryPolicies.getDefaultRetryPolicyWithCustomMaxRetries(int maxErrorRetry) |
static RetryPolicy |
PredefinedRetryPolicies.getDynamoDBDefaultRetryPolicy() |
static RetryPolicy |
PredefinedRetryPolicies.getDynamoDBDefaultRetryPolicyWithCustomMaxRetries(int maxErrorRetry) |
Copyright © 2017. All rights reserved.