static AwsClientOption<AccountIdEndpointMode> |
AwsClientOption.ACCOUNT_ID_ENDPOINT_MODE |
Option used by the rest of the SDK to read the DefaultsMode.
|
static AwsClientOption<Region> |
AwsClientOption.AWS_REGION |
AWS Region the client was configured with.
|
static AwsClientOption<Set<String>> |
AwsClientOption.AWS_SIGV4A_SIGNING_REGION_SET |
AWS Sigv4a signing region set used for computing multi-region request signatures.
|
static AwsClientOption<DefaultsMode> |
AwsClientOption.CONFIGURED_DEFAULTS_MODE |
Configuration of the DEFAULTS_MODE.
|
static AwsClientOption<IdentityProvider<? extends AwsCredentialsIdentity>> |
AwsClientOption.CREDENTIALS_IDENTITY_PROVIDER |
|
static AwsClientOption<AwsCredentialsProvider> |
AwsClientOption.CREDENTIALS_PROVIDER |
Deprecated.
|
static AwsClientOption<DefaultsMode> |
AwsClientOption.DEFAULTS_MODE |
Option used by the rest of the SDK to read the DefaultsMode.
|
static AwsClientOption<Boolean> |
AwsClientOption.DUALSTACK_ENDPOINT_ENABLED |
Whether the SDK should resolve dualstack endpoints instead of default endpoints.
|
static AwsClientOption<String> |
AwsClientOption.ENDPOINT_PREFIX |
The first part of the URL in the DNS name for the service.
|
static AwsClientOption<String> |
AwsClientOption.SERVICE_SIGNING_NAME |
Scope name to use during signing of a request.
|
static AwsClientOption<Region> |
AwsClientOption.SIGNING_REGION |
AWS Region to be used for signing the request.
|
static AwsClientOption<IdentityProvider<? extends TokenIdentity>> |
AwsClientOption.TOKEN_IDENTITY_PROVIDER |
|
static AwsClientOption<SdkTokenProvider> |
AwsClientOption.TOKEN_PROVIDER |
Deprecated.
|
static AwsClientOption<Boolean> |
AwsClientOption.USE_GLOBAL_ENDPOINT |
Option to specify whether global endpoint should be used.
|