Uses of Class
com.amazonaws.services.glacier.model.PartListElement
Packages that use PartListElement
-
Uses of PartListElement in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return PartListElementModifier and TypeMethodDescriptionPartListElement.clone()
PartListElement.withRangeInBytes
(String rangeInBytes) The byte range of a part, inclusive of the upper value of the range.PartListElement.withSHA256TreeHash
(String sHA256TreeHash) The SHA256 tree hash value that Amazon Glacier calculated for the part.Methods in com.amazonaws.services.glacier.model that return types with arguments of type PartListElementModifier and TypeMethodDescriptionListPartsResult.getParts()
A list of the part sizes of the multipart upload.Methods in com.amazonaws.services.glacier.model with parameters of type PartListElementModifier and TypeMethodDescriptionListPartsResult.withParts
(PartListElement... parts) A list of the part sizes of the multipart upload.Method parameters in com.amazonaws.services.glacier.model with type arguments of type PartListElementModifier and TypeMethodDescriptionvoid
ListPartsResult.setParts
(Collection<PartListElement> parts) A list of the part sizes of the multipart upload.ListPartsResult.withParts
(Collection<PartListElement> parts) A list of the part sizes of the multipart upload.