Uses of Interface
com.amazonaws.services.s3.transfer.Copy
Packages that use Copy
-
Uses of Copy in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return CopyModifier and TypeMethodDescriptionTransferManager.copy
(CopyObjectRequest copyObjectRequest) Schedules a new transfer to copy data from one Amazon S3 location to another Amazon S3 location.TransferManager.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.TransferManager.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.