Uses of Class
com.amazonaws.services.glacier.model.UploadListElement
Packages that use UploadListElement
-
Uses of UploadListElement in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return UploadListElementModifier and TypeMethodDescriptionUploadListElement.clone()
UploadListElement.withArchiveDescription
(String archiveDescription) The description of the archive that was specified in the Initiate Multipart Upload request.UploadListElement.withCreationDate
(String creationDate) The UTC time at which the multipart upload was initiated.UploadListElement.withMultipartUploadId
(String multipartUploadId) The ID of a multipart upload.UploadListElement.withPartSizeInBytes
(Long partSizeInBytes) The part size, in bytes, specified in the Initiate Multipart Upload request.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 UploadListElementModifier and TypeMethodDescriptionListMultipartUploadsResult.getUploadsList()
A list of in-progress multipart uploads.Methods in com.amazonaws.services.glacier.model with parameters of type UploadListElementModifier and TypeMethodDescriptionListMultipartUploadsResult.withUploadsList
(UploadListElement... uploadsList) A list of in-progress multipart uploads.Method parameters in com.amazonaws.services.glacier.model with type arguments of type UploadListElementModifier and TypeMethodDescriptionvoid
ListMultipartUploadsResult.setUploadsList
(Collection<UploadListElement> uploadsList) A list of in-progress multipart uploads.ListMultipartUploadsResult.withUploadsList
(Collection<UploadListElement> uploadsList) A list of in-progress multipart uploads.