| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.paginators | |
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPartsResponse> |
S3AsyncClient.listParts(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
default ListPartsResponse |
S3Client.listParts(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
default ListPartsPublisher |
S3AsyncClient.listPartsPaginator(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
default ListPartsIterable |
S3Client.listPartsPaginator(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
| Constructor and Description |
|---|
ListPartsIterable(S3Client client,
ListPartsRequest firstRequest) |
ListPartsPublisher(S3AsyncClient client,
ListPartsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPartsRequestMarshaller.marshall(ListPartsRequest listPartsRequest) |
Copyright © 2020. All rights reserved.