| 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 |
|---|---|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest)
Deprecated.
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
com.amazonaws.mobileconnectors.s3.transfermanager.internal.TransferStateChangeListener stateChangeListener)
Deprecated.
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copy |
TransferManager.copy(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Deprecated.
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copyright © 2019. All rights reserved.