Interface | Description |
---|---|
AwsAsyncClientConfiguration |
An interface that represents configuration only required by an async AWS client in order to operate.
|
AwsClientConfiguration |
An interface that represents all configuration required by an AWS client in order to operate.
|
AwsSyncClientConfiguration |
An interface that represents configuration only required by a sync AWS client in order to operate.
|
Class | Description |
---|---|
AwsAdvancedClientOption<T> |
A collection of advanced options that can be configured on an AWS client via
ClientOverrideConfiguration.Builder.advancedOption(SdkAdvancedClientOption, Object) . |
AwsImmutableAsyncClientConfiguration |
An implementation of
AwsAsyncClientConfiguration that is guaranteed to be immutable and thread-safe. |
AwsImmutableSyncClientConfiguration |
An implementation of
AwsSyncClientConfiguration that is guaranteed to be immutable and thread-safe. |
AwsMutableClientConfiguration |
An implementation of
AwsSyncClientConfiguration and AwsAsyncClientConfiguration that
provides fluent write and read methods for all configuration properties. |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.