Uses of Class
com.amazonaws.services.glacier.model.UploadListElement
-
Packages that use UploadListElement Package Description com.amazonaws.services.glacier.model -
-
Uses of UploadListElement in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return UploadListElement Modifier and Type Method 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.Methods in com.amazonaws.services.glacier.model that return types with arguments of type UploadListElement Modifier and Type Method Description List<UploadListElement>
ListMultipartUploadsResult. getUploadsList()
A list of in-progress multipart uploads.Methods in com.amazonaws.services.glacier.model with parameters of type UploadListElement Modifier and Type Method Description ListMultipartUploadsResult
ListMultipartUploadsResult. withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.Method parameters in com.amazonaws.services.glacier.model with type arguments of type UploadListElement Modifier and Type Method 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.
-