| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| Modifier and Type | Method and Description |
|---|---|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.resumeDownload(PersistableDownload persistableDownload)
Deprecated.
Resumes an download operation.
|
Copyright © 2020. All rights reserved.