T - The type of value associated with the option.public final class AwsAdvancedClientOption<T> extends SdkAdvancedClientOption<T>
ClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).
These options are usually not required outside of testing or advanced libraries, so most users should not need to configure them.
AttributeMap.Key.UnsafeValueType| Modifier and Type | Field and Description |
|---|---|
static AwsAdvancedClientOption<Boolean> |
ENABLE_DEFAULT_REGION_DETECTION
Whether region detection should be enabled.
|
DISABLE_HOST_PREFIX_INJECTION, SIGNER, TOKEN_SIGNER, USER_AGENT_PREFIX, USER_AGENT_SUFFIXpublic static final AwsAdvancedClientOption<Boolean> ENABLE_DEFAULT_REGION_DETECTION
AwsClientBuilder.region(Region) is
not specified. This is enabled by default.Copyright © 2022. All rights reserved.