Class SdkAdvancedClientOption<T>

java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.core.client.config.ClientOption<T>
software.amazon.awssdk.core.client.config.SdkAdvancedClientOption<T>
Type Parameters:
T - The type of value associated with the option.
Direct Known Subclasses:
AwsAdvancedClientOption, SdkInternalTestAdvancedClientOption

@SdkPublicApi public class SdkAdvancedClientOption<T> extends ClientOption<T>
A collection of advanced options that can be configured on an AWS client via 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.