| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
Primary classes for interacting with the S3 Transfer Manager connector which simplifies uploading and downloading files from S3.
|
| Modifier and Type | Method and Description |
|---|---|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
com.amazonaws.mobileconnectors.s3.transfermanager.internal.S3ProgressListener progressListener)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(String bucket,
String key,
File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.resumeDownload(PersistableDownload persistableDownload)
Resumes an download operation.
|
Copyright © 2015. All rights reserved.