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 PartListElementPartListElement. clone()PartListElementPartListElement. withRangeInBytes(String rangeInBytes)The byte range of a part, inclusive of the upper value of the range.PartListElementPartListElement. 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 ListPartsResultListPartsResult. 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 voidListPartsResult. setParts(Collection<PartListElement> parts)A list of the part sizes of the multipart upload.ListPartsResultListPartsResult. withParts(Collection<PartListElement> parts)A list of the part sizes of the multipart upload.
-