| Modifier and Type | Method and Description |
|---|---|
B |
SdkSyncClientBuilder.httpClientBuilder(SdkHttpClient.Builder httpClientBuilder)
Sets a
SdkHttpClient.Builder that will be used to obtain a configured instance of SdkHttpClient. |
B |
SdkDefaultClientBuilder.httpClientBuilder(SdkHttpClient.Builder httpClientBuilder) |
| Constructor and Description |
|---|
SdkDefaultClientBuilder(SdkHttpClient.Builder defaultHttpClientBuilder,
SdkAsyncHttpClient.Builder defaultAsyncHttpClientBuilder) |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<SdkHttpClient.Builder<?>> |
SdkClientOption.CONFIGURED_SYNC_HTTP_CLIENT_BUILDER
An HTTP client builder set by the customer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSdkHttpClientBuilder
Utility to load the default HTTP client factory and create an instance of
SdkHttpClient. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>>
Interface for creating an
SdkHttpClient with service specific defaults applied. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient.Builder |
SdkHttpService.createHttpClientBuilder() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApacheHttpClient.Builder
Builder for creating an instance of
SdkHttpClient. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient.Builder |
ApacheSdkHttpService.createHttpClientBuilder() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AwsCrtHttpClient.Builder
Builder that allows configuration of the AWS CRT HTTP implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UrlConnectionHttpClient.Builder
A builder for an instance of
SdkHttpClient that uses JDKs build-in URLConnection HTTP
implementation. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpClient.Builder |
UrlConnectionSdkHttpService.createHttpClientBuilder() |
Copyright © 2026. All rights reserved.