| Package | Description |
|---|---|
| com.qcloud.cos.internal | |
| com.qcloud.cos.transfer |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyImpl
An implementation of the Copy Interface that helps in retrieving the result
of the copy operation.
|
| Modifier and Type | Method and Description |
|---|---|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest)
Schedules a new transfer to copy data from one object to another .
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
COS srcCOS,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one object to another .
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one object to another .
|
Copy |
TransferManager.copy(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Schedules a new transfer to copy data.
|
Copyright © 2023. All rights reserved.