| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.paginators | |
| software.amazon.awssdk.services.s3.waiters |
| 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 |
|---|
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 |
|---|---|
S3Waiter.Builder |
S3Waiter.Builder.client(S3Client client)
Sets a custom
S3Client that will be used to poll the resource |
Copyright © 2023. All rights reserved.