T
- The type of value associated with the option.public class SdkAdvancedClientOption<T> extends AttributeMap.Key<T>
ClientOverrideConfiguration.Builder.advancedOption(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 SdkAdvancedClientOption<SignerProvider> |
SIGNER_PROVIDER
Configure the signer factory that should be used when generating signers in communication with AWS.
|
static SdkAdvancedClientOption<String> |
USER_AGENT_PREFIX
Set the prefix of the user agent that is sent with each request to AWS.
|
static SdkAdvancedClientOption<String> |
USER_AGENT_SUFFIX
Set the suffix of the user agent that is sent with each request to AWS.
|
public static final SdkAdvancedClientOption<String> USER_AGENT_PREFIX
public static final SdkAdvancedClientOption<String> USER_AGENT_SUFFIX
public static final SdkAdvancedClientOption<SignerProvider> SIGNER_PROVIDER
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.