Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UploadListElement> |
ListMultipartUploadsResult.uploadsList
A list of in-progress multipart uploads.
|
Modifier and Type | Method and Description |
---|---|
UploadListElement |
UploadListElement.clone() |
UploadListElement |
UploadListElement.withArchiveDescription(java.lang.String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
UploadListElement |
UploadListElement.withCreationDate(java.lang.String creationDate)
The UTC time at which the multipart upload was initiated.
|
UploadListElement |
UploadListElement.withMultipartUploadId(java.lang.String multipartUploadId)
The ID of a multipart upload.
|
UploadListElement |
UploadListElement.withPartSizeInBytes(java.lang.Long partSizeInBytes)
The part size, in bytes, specified in the Initiate Multipart Upload
request.
|
UploadListElement |
UploadListElement.withVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UploadListElement> |
ListMultipartUploadsResult.getUploadsList()
A list of in-progress multipart uploads.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResult |
ListMultipartUploadsResult.withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.
|
Modifier and Type | Method and Description |
---|---|
void |
ListMultipartUploadsResult.setUploadsList(java.util.Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
ListMultipartUploadsResult |
ListMultipartUploadsResult.withUploadsList(java.util.Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
Modifier and Type | Method and Description |
---|---|
UploadListElement |
UploadListElementJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UploadListElementJsonMarshaller.marshall(UploadListElement uploadListElement,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|