Class AwsAdvancedClientOption<T>

Type Parameters:
T - The type of value associated with the option.

public final class AwsAdvancedClientOption<T> extends SdkAdvancedClientOption<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.