Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
UploadListElement |
UploadListElement.clone() |
UploadListElement |
UploadListElement.withArchiveDescription(String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
UploadListElement |
UploadListElement.withCreationDate(String creationDate)
The UTC time at which the multipart upload was initiated.
|
UploadListElement |
UploadListElement.withMultipartUploadId(String multipartUploadId)
The ID of a multipart upload.
|
UploadListElement |
UploadListElement.withPartSizeInBytes(Long partSizeInBytes)
The part size, in bytes, specified in the Initiate Multipart Upload
request.
|
UploadListElement |
UploadListElement.withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault that contains the archive.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
ListMultipartUploadsResult |
ListMultipartUploadsResult.withUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
Copyright © 2018. All rights reserved.