|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.glacier.transfer.UploadResult
public class UploadResult
The result of uploading an archive to Amazon Glacier using
ArchiveTransferManager.
ArchiveTransferManager| Constructor Summary | |
|---|---|
UploadResult(java.lang.String archiveId)
Constructs a new UploadResult with the specified archive ID. |
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public UploadResult(java.lang.String archiveId)
archiveId - The ID of the uploaded artifact.| Method Detail |
|---|
public java.lang.String getArchiveId()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||