Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PartListElement> |
ListPartsResult.parts
A list of the part sizes of the multipart upload.
|
Modifier and Type | Method and Description |
---|---|
PartListElement |
PartListElement.clone() |
PartListElement |
PartListElement.withRangeInBytes(java.lang.String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range.
|
PartListElement |
PartListElement.withSHA256TreeHash(java.lang.String sHA256TreeHash)
The SHA256 tree hash value that Amazon Glacier calculated for the part.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
|
ListPartsResult |
ListPartsResult.withParts(java.util.Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
|
Modifier and Type | Method and Description |
---|---|
PartListElement |
PartListElementJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PartListElementJsonMarshaller.marshall(PartListElement partListElement,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|