| Modifier and Type | Method and Description |
|---|---|
protected AttributeMap |
AwsDefaultClientBuilder.serviceHttpConfig()
Optionally overridden by child classes to define service-specific HTTP configuration defaults.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeMap |
DefaultsModeConfiguration.defaultConfig(DefaultsMode mode)
Return the default config options for a given defaults mode
|
static AttributeMap |
DefaultsModeConfiguration.defaultHttpConfig(DefaultsMode mode)
Return the default config options for a given defaults mode
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributeMap |
SdkDefaultClientBuilder.childHttpConfig()
Deprecated.
|
protected AttributeMap |
SdkDefaultClientBuilder.childHttpConfig(SdkClientConfiguration configuration)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<AttributeMap> |
SdkClientOption.CLIENT_CONTEXT_PARAMS
The container for any client contexts parameters set on the client.
|
static SdkClientOption<AttributeMap> |
SdkClientOption.HTTP_CLIENT_CONFIG
Configuration that should be used to build the
SdkClientOption.SYNC_HTTP_CLIENT or SdkClientOption.ASYNC_HTTP_CLIENT. |
| Modifier and Type | Method and Description |
|---|---|
AttributeMap |
ClientOverrideConfiguration.Builder.advancedOptions() |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<AttributeMap> |
SdkInternalExecutionAttribute.CLIENT_CONTEXT_PARAMS
The values of client context params declared for this service.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient |
DefaultSdkHttpClientBuilder.buildWithDefaults(AttributeMap serviceDefaults) |
SdkAsyncHttpClient |
DefaultSdkAsyncHttpClientBuilder.buildWithDefaults(AttributeMap serviceDefaults) |
| Modifier and Type | Field and Description |
|---|---|
static AttributeMap |
SdkHttpConfigurationOption.GLOBAL_HTTP_DEFAULTS |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient |
SdkHttpClient.Builder.buildWithDefaults(AttributeMap serviceDefaults)
Create an
SdkHttpClient with service specific defaults and defaults from DefaultsMode applied. |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient |
SdkAsyncHttpClient.Builder.buildWithDefaults(AttributeMap serviceDefaults)
Create an
SdkAsyncHttpClient with service specific defaults applied. |
| Constructor and Description |
|---|
NettyConfiguration(AttributeMap configuration) |
| Modifier and Type | Field and Description |
|---|---|
static AttributeMap |
TransferConfigurationOption.TRANSFER_MANAGER_DEFAULTS |
| Modifier and Type | Method and Description |
|---|---|
AttributeMap |
AttributeMap.Builder.build() |
AttributeMap |
AttributeMap.copy() |
static AttributeMap |
AttributeMap.empty() |
AttributeMap |
AttributeMap.merge(AttributeMap lowerPrecedence)
Merges two AttributeMaps into one.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeMap |
AttributeMap.merge(AttributeMap lowerPrecedence)
Merges two AttributeMaps into one.
|
AttributeMap.Builder |
AttributeMap.Builder.putAll(AttributeMap attributes)
Put all of the attributes from the provided map into this one.
|
Copyright © 2026. All rights reserved.