Uses of Class
com.amazonaws.services.glacier.model.PartListElement
-
Packages that use PartListElement Package Description com.amazonaws.services.glacier.model -
-
Uses of PartListElement in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return PartListElement Modifier and Type Method Description PartListElement
PartListElement. clone()
PartListElement
PartListElement. withRangeInBytes(String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range.PartListElement
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 PartListElement Modifier and Type Method Description List<PartListElement>
ListPartsResult. getParts()
A list of the part sizes of the multipart upload.Methods in com.amazonaws.services.glacier.model with parameters of type PartListElement Modifier and Type Method Description ListPartsResult
ListPartsResult. 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 PartListElement Modifier and Type Method Description void
ListPartsResult. setParts(Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.ListPartsResult
ListPartsResult. withParts(Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
-