| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model | |
| software.amazon.awssdk.services.glacier.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PartListElement> |
ListPartsResponse.parts()
A list of the part sizes of the multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartsResponse.Builder |
ListPartsResponse.Builder.parts(PartListElement... parts)
A list of the part sizes of the multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartsResponse.Builder |
ListPartsResponse.Builder.parts(Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PartListElement> |
ListPartsIterable.parts()
Returns an iterable to iterate through the paginated
ListPartsResponse.parts() member. |
SdkPublisher<PartListElement> |
ListPartsPublisher.parts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.