| Modifier and Type | Class and Description |
|---|---|
static class |
SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
Wrapper around
SdkAsyncHttpClient to prevent it from being closed. |
static class |
SdkDefaultClientBuilder.NonManagedSdkHttpClient
Wrapper around
SdkHttpClient to prevent it from being closed. |
| Constructor and Description |
|---|
SdkDefaultClientBuilder(SdkHttpClient.Builder defaultHttpClientBuilder,
SdkAsyncHttpClient.Builder defaultAsyncHttpClientBuilder) |
| Modifier and Type | Field and Description |
|---|---|
static SdkInternalTestAdvancedClientOption<Boolean> |
SdkInternalTestAdvancedClientOption.ENDPOINT_OVERRIDDEN_OVERRIDE
By default, the SDK handles endpoints specified via
SdkClientBuilder.endpointOverride(URI) differently than
endpoints generated from a specific region. |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
InputStreamWithExecutorAsyncRequestBody.activeWriteFuture() |
| Modifier and Type | Method and Description |
|---|---|
static void |
IdempotentUtils.setGenerator(Supplier<String> newGenerator) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
AbortableInputStream.delegate()
Access the underlying delegate stream, for testing purposes.
|
| Constructor and Description |
|---|
CrtResponseAdapter(software.amazon.awssdk.crt.http.HttpClientConnection connection,
CompletableFuture<Void> completionFuture,
SdkAsyncHttpResponseHandler responseHandler,
SimplePublisher<ByteBuffer> simplePublisher) |
InputStreamAdaptingHttpStreamResponseHandler(software.amazon.awssdk.crt.http.HttpClientConnection crtConn,
CompletableFuture<SdkHttpFullResponse> requestCompletionFuture,
SimplePublisher<ByteBuffer> simplePublisher) |
| Constructor and Description |
|---|
ProxyTunnelInitHandler(io.netty.channel.pool.ChannelPool sourcePool,
String prosyUsername,
String proxyPassword,
URI remoteHost,
io.netty.util.concurrent.Promise<io.netty.channel.Channel> initPromise,
Supplier<io.netty.handler.codec.http.HttpClientCodec> httpCodecSupplier) |
| Modifier and Type | Method and Description |
|---|---|
ProfileFileRefresher.Builder |
ProfileFileRefresher.Builder.clock(Clock clock)
Sets a clock for managing stale and prefetch durations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BaseAwsJsonProtocolFactory.getContentType() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledExecutorUtils.UnmanagedScheduledExecutorService
Wrapper around
ScheduledExecutorService to prevent it from being
closed. |
| Constructor and Description |
|---|
InputStreamSubscriber(ByteBufferStoringSubscriber delegate) |
| Modifier and Type | Method and Description |
|---|---|
CachedSupplier.Builder<T> |
CachedSupplier.Builder.clock(Clock clock)
Configure the clock used for this cached supplier.
|
boolean |
NonBlocking.isTaskScheduled() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderHelperTestBackdoor
This is a backdoor to add overrides to the results of querying
ClassLoaderHelpers. |
class |
SystemSettingUtilsTestBackdoor
This is a backdoor to add overrides to the results of querying
SystemSettings. |
Copyright © 2026. All rights reserved.