| 程序包 | 说明 |
|---|---|
| com.aliyun.oss |
| 限定符和类型 | 方法和说明 |
|---|---|
CopyObjectResult |
OSSClient.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
OSS.copyObject(CopyObjectRequest copyObjectRequest)
Copies an existing file in OSS from source bucket to the target bucket.
|
CopyObjectResult |
OSSClient.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyObjectResult |
OSS.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Copies an existing file in OSS from source bucket to the target bucket.
|
Copyright © 2020. All Rights Reserved.