| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.internal | |
| com.qcloud.cos.transfer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CopyImpl
An implementation of the Copy Interface that helps in retrieving the result
of the copy operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.