Class UploadResult
java.lang.Object
com.amazonaws.services.glacier.transfer.UploadResult
The result of uploading an archive to Amazon Glacier using
ArchiveTransferManager
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadResult
(String archiveId) Constructs a new UploadResult with the specified archive ID. -
Method Summary
-
Constructor Details
-
UploadResult
Constructs a new UploadResult with the specified archive ID.- Parameters:
archiveId
- The ID of the uploaded artifact.
-
-
Method Details
-
getArchiveId
Returns the ID of the uploaded archive.- Returns:
- The ID of the uploaded archive.
-