| Modifier and Type | Class and Description |
|---|---|
static class |
SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
Wrapper around
SdkAsyncHttpClient to prevent it from being closed. |
| Modifier and Type | Method and Description |
|---|---|
B |
SdkDefaultClientBuilder.httpClient(SdkAsyncHttpClient httpClient) |
B |
SdkAsyncClientBuilder.httpClient(SdkAsyncHttpClient httpClient)
Sets the
SdkAsyncHttpClient that the SDK service client will use to make HTTP calls. |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<SdkAsyncHttpClient> |
SdkClientOption.ASYNC_HTTP_CLIENT
The asynchronous HTTP client implementation to make HTTP requests with.
|
static SdkClientOption<SdkAsyncHttpClient> |
SdkClientOption.CONFIGURED_ASYNC_HTTP_CLIENT
An asynchronous HTTP client set by the customer.
|
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient |
DefaultSdkAsyncHttpClientBuilder.buildWithDefaults(AttributeMap serviceDefaults) |
| Modifier and Type | Method and Description |
|---|---|
default SdkAsyncHttpClient |
SdkAsyncHttpClient.Builder.build()
Create a
SdkAsyncHttpClient with global defaults applied. |
SdkAsyncHttpClient |
SdkAsyncHttpClient.Builder.buildWithDefaults(AttributeMap serviceDefaults)
Create an
SdkAsyncHttpClient with service specific defaults applied. |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsCrtAsyncHttpClient
An implementation of
SdkAsyncHttpClient that uses the AWS Common Runtime (CRT) Http Client to communicate with
Http Web Services. |
| Modifier and Type | Method and Description |
|---|---|
static SdkAsyncHttpClient |
AwsCrtAsyncHttpClient.create()
Create a
AwsCrtAsyncHttpClient client with the default configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyNioAsyncHttpClient
An implementation of
SdkAsyncHttpClient that uses a Netty non-blocking HTTP client to communicate with the service. |
| Modifier and Type | Method and Description |
|---|---|
static SdkAsyncHttpClient |
NettyNioAsyncHttpClient.create()
Create a
NettyNioAsyncHttpClient with the default properties |
Copyright © 2026. All rights reserved.