Interface | Description |
---|---|
AuthErrorRetryStrategy |
For internal use only.
|
CredentialsEndpointRetryPolicy |
Custom retry policy for credentials providers (
InstanceProfileCredentialsProvider ,
ContainerCredentialsProvider ) that retrieve credentials from a local endpoint in EC2 host. |
Class | Description |
---|---|
AuthRetryParameters |
Signer and endpoint parameters that are to be used for the next retry.
|
CredentialsEndpointRetryParameters |
Parameters that are used in
CredentialsEndpointRetryPolicy . |
CredentialsEndpointRetryParameters.Builder | |
MaxAttemptsResolver |
Resolves the max attempts for retry in the following order:
Environment Variable
Java System Properties
Credential config file at the default location (~/.aws/config) shared by all AWS SDKs and the AWS CLI
|
RetryModeResolver |
Resolves the retryMode in the following order:
Environment Variable
Java System Properties
Credential config file at the default location (~/.aws/config) shared by all AWS SDKs and the AWS CLI
|