Uses of Interface
com.amazonaws.services.s3.transfer.Copy

Packages that use Copy
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
 Copy TransferManager.copy(CopyObjectRequest copyObjectRequest)
           Schedules a new transfer to copy data from one Amazon S3 location to another Amazon S3 location.
 Copy 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.
 Copy 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.
 



Copyright © 2016. All rights reserved.