Uses of Class
software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
-
Packages that use SdkAdvancedClientOption Package Description software.amazon.awssdk.core.client.config software.amazon.awssdk.core.internal -
-
Uses of SdkAdvancedClientOption in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config declared as SdkAdvancedClientOption Modifier and Type Field Description static SdkAdvancedClientOption<Boolean>SdkAdvancedClientOption. DISABLE_HOST_PREFIX_INJECTIONSDK uses endpoint trait and hostPrefix trait specified in service model to modify the endpoint host that the API request is sent to.static SdkAdvancedClientOption<Signer>SdkAdvancedClientOption. SIGNERDeprecated.Replaced byHttpSigner.static SdkAdvancedClientOption<Signer>SdkAdvancedClientOption. TOKEN_SIGNERDeprecated.Replaced byHttpSigner.static SdkAdvancedClientOption<String>SdkAdvancedClientOption. USER_AGENT_PREFIXSet the prefix of the user agent that is sent with each request to AWS.static SdkAdvancedClientOption<String>SdkAdvancedClientOption. USER_AGENT_SUFFIXSet the suffix of the user agent that is sent with each request to AWS.Methods in software.amazon.awssdk.core.client.config with parameters of type SdkAdvancedClientOption Modifier and Type Method Description <T> Optional<T>ClientOverrideConfiguration. advancedOption(SdkAdvancedClientOption<T> option)Load the optional requested advanced option that was configured on the client builder.<T> ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. putAdvancedOption(SdkAdvancedClientOption<T> option, T value)Configure an advanced override option.Method parameters in software.amazon.awssdk.core.client.config with type arguments of type SdkAdvancedClientOption Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. advancedOptions(Map<SdkAdvancedClientOption<?>,?> advancedOptions)Configure the map of advanced override options. -
Uses of SdkAdvancedClientOption in software.amazon.awssdk.core.internal
Subclasses of SdkAdvancedClientOption in software.amazon.awssdk.core.internal Modifier and Type Class Description classSdkInternalTestAdvancedClientOption<T>Options ofSdkAdvancedClientOptionthat must not be used outside of tests that are stored in this project.
-