|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface Download
Represents an asynchronous download from Amazon S3.
See TransferManager for more information about creating transfers.
TransferManager#download(com.amazonaws.services.s3.model.GetObjectRequest);| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.amazonaws.services.s3.transfer.Transfer |
|---|
Transfer.TransferState |
| Method Summary | |
|---|---|
void |
abort()
Cancels this download. |
String |
getBucketName()
The name of the bucket where the object is being downloaded from. |
String |
getKey()
The key under which this object was stored in Amazon S3. |
ObjectMetadata |
getObjectMetadata()
Returns the ObjectMetadata for the object being downloaded. |
| Methods inherited from interface com.amazonaws.services.s3.transfer.Transfer |
|---|
addProgressListener, getDescription, getProgress, getState, isDone, removeProgressListener, waitForCompletion, waitForException |
| Method Detail |
|---|
ObjectMetadata getObjectMetadata()
String getBucketName()
String getKey()
void abort()
throws IOException
IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||