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.
| Modifier and Type | Field and Description | 
|---|---|
| static AwsAdvancedClientOption<Boolean> | ENABLE_DEFAULT_REGION_DETECTIONWhether region detection should be enabled. | 
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.