Uses of Class
software.amazon.awssdk.services.glacier.model.PartListElement
-
Packages that use PartListElement Package Description software.amazon.awssdk.services.glacier.model software.amazon.awssdk.services.glacier.paginators -
-
Uses of PartListElement in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type PartListElement Modifier and Type Method Description List<PartListElement>ListPartsResponse. parts()A list of the part sizes of the multipart upload.Methods in software.amazon.awssdk.services.glacier.model with parameters of type PartListElement Modifier and Type Method Description ListPartsResponse.BuilderListPartsResponse.Builder. parts(PartListElement... parts)A list of the part sizes of the multipart upload.Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type PartListElement Modifier and Type Method Description ListPartsResponse.BuilderListPartsResponse.Builder. parts(Collection<PartListElement> parts)A list of the part sizes of the multipart upload. -
Uses of PartListElement in software.amazon.awssdk.services.glacier.paginators
Methods in software.amazon.awssdk.services.glacier.paginators that return types with arguments of type PartListElement Modifier and Type Method Description SdkIterable<PartListElement>ListPartsIterable. parts()Returns an iterable to iterate through the paginatedListPartsResponse.parts()member.SdkPublisher<PartListElement>ListPartsPublisher. parts()Returns a publisher that can be used to get a stream of data.
-