| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model | |
| software.amazon.awssdk.services.s3.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
ListPartsResponse.parts()
Container for elements related to a particular part.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartsResponse.Builder |
ListPartsResponse.Builder.parts(Part... parts)
Container for elements related to a particular part.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartsResponse.Builder |
ListPartsResponse.Builder.parts(Collection<Part> parts)
Container for elements related to a particular part.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Part> |
ListPartsPublisher.parts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Part> |
ListPartsIterable.parts()
Returns an iterable to iterate through the paginated
ListPartsResponse.parts() member. |
Copyright © 2022. All rights reserved.