Interface | Description |
---|---|
AsyncClientBuilder<B extends AsyncClientBuilder<B,C>,C> |
This includes required and optional override configuration required by every async client builder.
|
ClientAsyncHttpConfiguration.Builder |
A builder for
ClientAsyncHttpConfiguration . |
ClientBuilder<B extends ClientBuilder<B,C>,C> |
This includes required and optional override configuration required by every client builder.
|
ClientHttpConfiguration.Builder |
A builder for
ClientHttpConfiguration . |
ExecutorFactory | Deprecated.
This is only used by the deprecated
AwsAsyncClientBuilder . |
ExecutorProvider |
A supplier for
ScheduledExecutorService instances that should be used for async processing within the SDK. |
SyncClientBuilder<B extends SyncClientBuilder<B,C>,C> |
This includes required and optional override configuration required by every sync client builder.
|
Class | Description |
---|---|
AwsAsyncClientBuilder<SubclassT extends AwsAsyncClientBuilder,TypeToBuildT> |
Base class for all service specific async client builders.
|
AwsClientBuilder<SubclassT extends AwsClientBuilder,TypeToBuildT> |
Base class for all service specific client builders.
|
AwsClientBuilder.EndpointConfiguration |
A container for configuration required to submit requests to a service (service endpoint and signing region)
|
AwsSyncClientBuilder<SubclassT extends AwsSyncClientBuilder,TypeToBuildT> |
Base class for all service specific sync client builders.
|
ClientAsyncHttpConfiguration |
Allows configuration of the underlying async HTTP client.
|
ClientHttpConfiguration |
Allows configuration of the underlying HTTP client.
|
DefaultClientBuilder<B extends ClientBuilder<B,C>,C> |
An SDK-internal implementation of the methods in
ClientBuilder , AsyncClientBuilder and
SyncClientBuilder . |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.