| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| software.amazon.awssdk.services.glacier.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPartsResponse |
GlacierClient.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default ListPartsResponse |
GlacierClient.listParts(ListPartsRequest listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPartsResponse> |
GlacierAsyncClient.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default CompletableFuture<ListPartsResponse> |
GlacierAsyncClient.listParts(ListPartsRequest listPartsRequest)
This operation lists the parts of an archive that have been uploaded in 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 © 2023. All rights reserved.