| Modifier and Type | Interface and Description |
|---|---|
interface |
AwsClient
Interface for an AWS Client that extends SdkClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<SdkClient> |
SdkClientOption.SDK_CLIENT
Option to specify a reference to the SDK client in use.
|
| Modifier and Type | Field and Description |
|---|---|
static IdentityProperty<SdkClient> |
SdkIdentityProperty.SDK_CLIENT |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<SdkClient> |
SdkInternalExecutionAttribute.SDK_CLIENT |
| Modifier and Type | Interface and Description |
|---|---|
interface |
S3AsyncClient
Service client for accessing Amazon S3 asynchronously.
|
interface |
S3Client
Service client for accessing Amazon S3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingS3AsyncClient |
class |
DelegatingS3Client |
| Modifier and Type | Method and Description |
|---|---|
SdkClient |
DelegatingS3Client.delegate() |
SdkClient |
DelegatingS3AsyncClient.delegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
S3CrossRegionAsyncClient |
class |
S3CrossRegionSyncClient
Decorator S3 Sync client that will fetch the region name whenever there is Redirect 301 error due to cross region bucket
access.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipartS3AsyncClient
An
S3AsyncClient that automatically converts PUT, COPY requests to their respective multipart call. |
| Modifier and Type | Method and Description |
|---|---|
SdkClient |
S3ExpressIdentityKey.client() |
| Modifier and Type | Method and Description |
|---|---|
S3ExpressIdentityKey.Builder |
S3ExpressIdentityKey.Builder.client(SdkClient client) |
Copyright © 2026. All rights reserved.