Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.transfer
Class UploadResult

java.lang.Object
  extended by com.amazonaws.services.glacier.transfer.UploadResult

public class UploadResult
extends Object

The result of uploading an archive to Amazon Glacier using ArchiveTransferManager.

See Also:
ArchiveTransferManager

Constructor Summary
UploadResult(String archiveId)
          Constructs a new UploadResult with the specified archive ID.
 
Method Summary
 String getArchiveId()
          Returns the ID of the uploaded archive.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadResult

public UploadResult(String archiveId)
Constructs a new UploadResult with the specified archive ID.

Parameters:
archiveId - The ID of the uploaded artifact.
Method Detail

getArchiveId

public String getArchiveId()
Returns the ID of the uploaded archive.

Returns:
The ID of the uploaded archive.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.