Uses of Class
software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
Packages that use SdkAdvancedClientOption
-
Uses of SdkAdvancedClientOption in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config declared as SdkAdvancedClientOptionModifier and TypeFieldDescriptionstatic final 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 final SdkAdvancedClientOption<Signer>SdkAdvancedClientOption.SIGNERDeprecated.static final SdkAdvancedClientOption<Signer>SdkAdvancedClientOption.TOKEN_SIGNERDeprecated.Replaced byHttpSigner.static final SdkAdvancedClientOption<String>SdkAdvancedClientOption.USER_AGENT_PREFIXSet the prefix of the user agent that is sent with each request to AWS.static final 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 SdkAdvancedClientOptionModifier and TypeMethodDescription<T> Optional<T>ClientOverrideConfiguration.advancedOption(SdkAdvancedClientOption<T> option) Load the optional requested advanced option that was configured on the client builder.ClientOverrideConfiguration.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 SdkAdvancedClientOptionModifier and TypeMethodDescriptionClientOverrideConfiguration.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.internalModifier and TypeClassDescriptionclassOptions ofSdkAdvancedClientOptionthat must not be used outside of tests that are stored in this project.
HttpSigner.