|
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||
See:
Description
| Interface Summary | |
|---|---|
| Copy | Represents an asynchronous copy request from one Amazon S3 location another. |
| Download | Represents an asynchronous download from Amazon S3. |
| MultipleFileDownload | Multiple file download of an entire virtual directory. |
| MultipleFileUpload | Multiple file download of an entire virtual directory. |
| ObjectMetadataProvider | This is the callback interface which is used by TransferManager.uploadDirectory and TransferManager.uploadFileList. |
| Transfer | Represents an asynchronous upload to or download from Amazon S3. |
| Upload | Represents an asynchronous upload to Amazon S3. |
| Class Summary | |
|---|---|
| PauseResult<T> | The result of a pause operation. |
| PersistableDownload | An opaque token that holds some private state and can be used to resume a paused download operation. |
| PersistableTransfer | Abstract base class for the information of a pausible upload or download; such information can be used to resume the upload or download later on, and can be serialized/deserialized for persistence purposes. |
| PersistableUpload | An opaque token that holds some private state and can be used to resume a paused download operation. |
| TransferManager | High level utility for managing transfers to Amazon S3. |
| TransferManagerConfiguration | Configuration options for how TransferManager processes requests. |
| TransferProgress | Describes the progress of a transfer. |
| Enum Summary | |
|---|---|
| PauseStatus | The status of a pause operation initiated on a Upload/
Download. |
| Transfer.TransferState | Enumeration of the possible transfer states. |
Primary classes for interacting with the S3 Transfer Manager connector which simplifies uploading and downloading files from S3.
|
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||