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

Packages that use Copy
Package
Description
Transfer management.
  • Uses of Copy in com.amazonaws.services.s3.transfer

    Modifier and Type
    Method
    Description
    TransferManager.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.