| Interface | Description |
|---|---|
| ClientOverrideConfiguration.Builder |
A builder for
ClientOverrideConfiguration. |
| SdkAsyncClientConfiguration |
An interface that represents configuration only required by an async AWS client in order to operate.
|
| SdkClientConfiguration |
An interface that represents all configuration required by an AWS client in order to operate.
|
| SdkSyncClientConfiguration |
An interface that represents configuration only required by a sync AWS client in order to operate.
|
| Class | Description |
|---|---|
| ClientOverrideConfiguration |
Configuration values for which the client already provides sensible defaults.
|
| InternalAdvancedClientOption<T> |
Client options that are internal to the SDK.
|
| SdkAdvancedClientOption<T> |
A collection of advanced options that can be configured on an AWS client via
ClientOverrideConfiguration.Builder.advancedOption(SdkAdvancedClientOption, Object). |
| SdkImmutableAsyncClientConfiguration |
An implementation of
SdkAsyncClientConfiguration that is guaranteed to be immutable and thread-safe. |
| SdkImmutableClientConfiguration |
An implementation of
SdkClientConfiguration that is guaranteed to be immutable and thread-safe. |
| SdkImmutableSyncClientConfiguration |
An implementation of
SdkSyncClientConfiguration that is guaranteed to be immutable and thread-safe. |
| SdkMutableClientConfiguration<T extends SdkMutableClientConfiguration<T>> |
An implementation of
SdkClientConfiguration, SdkSyncClientConfiguration and
SdkAsyncClientConfiguration that
provides fluent write and read methods for all configuration properties. |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.