| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingS3Client |
| Modifier and Type | Method and Description |
|---|---|
static S3Client |
S3Client.create()
Create a
S3Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Constructor and Description |
|---|
DelegatingS3Client(S3Client delegate) |
| Modifier and Type | Method and Description |
|---|---|
S3Client |
S3SyncClientDecorator.decorate(S3Client base,
SdkClientConfiguration clientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
S3Client |
S3SyncClientDecorator.decorate(S3Client base,
SdkClientConfiguration clientConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
S3CrossRegionSyncClient
Decorator S3 Sync client that will fetch the region name whenever there is Redirect 301 error due to cross region bucket
access.
|
| Constructor and Description |
|---|
S3CrossRegionSyncClient(S3Client s3Client) |
| Modifier and Type | Method and Description |
|---|---|
DefaultS3Presigner.Builder |
DefaultS3Presigner.Builder.s3Client(S3Client s3Client) |
| Constructor and Description |
|---|
ListBucketsIterable(S3Client client,
ListBucketsRequest firstRequest) |
ListDirectoryBucketsIterable(S3Client client,
ListDirectoryBucketsRequest firstRequest) |
ListMultipartUploadsIterable(S3Client client,
ListMultipartUploadsRequest firstRequest) |
ListObjectsV2Iterable(S3Client client,
ListObjectsV2Request firstRequest) |
ListObjectVersionsIterable(S3Client client,
ListObjectVersionsRequest firstRequest) |
ListPartsIterable(S3Client client,
ListPartsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
S3Presigner.Builder |
S3Presigner.Builder.s3Client(S3Client s3Client)
Supply an S3 client for presigning S3 express requests that require S3 express session credentials,
S3ExpressSessionCredentials. |
| Modifier and Type | Method and Description |
|---|---|
S3Waiter.Builder |
S3Waiter.Builder.client(S3Client client)
Sets a custom
S3Client that will be used to poll the resource |
Copyright © 2026. All rights reserved.