| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 | |
| com.ibm.cos.v2.services.s3.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPartsResponse |
S3Client.listParts(Consumer<ListPartsRequest.Builder> 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.
|
ListPartsResponse |
DelegatingS3Client.listParts(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPartsResponse> |
S3AsyncClient.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
default CompletableFuture<ListPartsResponse> |
S3AsyncClient.listParts(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
CompletableFuture<ListPartsResponse> |
DelegatingS3AsyncClient.listParts(ListPartsRequest listPartsRequest)
Lists the parts that have been uploaded for a specific multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPartsResponse> |
ListPartsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPartsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPartsResponse> subscriber) |
Copyright © 2026. All rights reserved.