| Modifier and Type | Method and Description |
|---|---|
B |
SdkDefaultClientBuilder.httpClientBuilder(SdkAsyncHttpClient.Builder httpClientBuilder) |
B |
SdkAsyncClientBuilder.httpClientBuilder(SdkAsyncHttpClient.Builder httpClientBuilder)
Sets a custom HTTP client builder that will be used to obtain a configured instance of
SdkAsyncHttpClient. |
| Constructor and Description |
|---|
SdkDefaultClientBuilder(SdkHttpClient.Builder defaultHttpClientBuilder,
SdkAsyncHttpClient.Builder defaultAsyncHttpClientBuilder) |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<SdkAsyncHttpClient.Builder<?>> |
SdkClientOption.CONFIGURED_ASYNC_HTTP_CLIENT_BUILDER
An asynchronous HTTP client builder set by the customer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSdkAsyncHttpClientBuilder
Utility to load the default HTTP client factory and create an instance of
SdkHttpClient. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SdkAsyncHttpClient.Builder<T extends SdkAsyncHttpClient.Builder<T>> |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient.Builder |
SdkAsyncHttpService.createAsyncHttpClientFactory() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AwsCrtAsyncHttpClient.Builder
Builder that allows configuration of the AWS CRT HTTP implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NettyNioAsyncHttpClient.Builder
Builder that allows configuration of the Netty NIO HTTP implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient.Builder |
NettySdkAsyncHttpService.createAsyncHttpClientFactory() |
Copyright © 2026. All rights reserved.