Uses of Interface
com.amazonaws.services.s3.transfer.Copy
-
Packages that use Copy Package Description com.amazonaws.services.s3.transfer Transfer management. -
-
Uses of Copy in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return Copy Modifier and Type Method Description CopyTransferManager. copy(CopyObjectRequest copyObjectRequest)Schedules a new transfer to copy data from one Amazon S3 location to another Amazon S3 location.CopyTransferManager. copy(CopyObjectRequest copyObjectRequest, com.amazonaws.services.s3.transfer.internal.TransferStateChangeListener stateChangeListener)Schedules a new transfer to copy data from one Amazon S3 location to another Amazon S3 location.CopyTransferManager. copy(String sourceBucketName, String sourceKey, String destinationBucketName, String destinationKey)Schedules a new transfer to copy data from one Amazon S3 location to another Amazon S3 location.
-