Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<PartListElement> |
ListPartsResult.getParts()
A list of the part sizes of the multipart upload.
|
Modifier and Type | Method and Description |
---|---|
ListPartsResult |
ListPartsResult.withParts(PartListElement... parts)
A list of the part sizes of the multipart upload.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.