| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
RenameObjectResponse |
BosClient.renameObject(RenameObjectRequest request)
renameObject support rename one object key to another.
|
| Modifier and Type | Method and Description |
|---|---|
RenameObjectRequest |
RenameObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket where this request will upload a new
object to.
|
RenameObjectRequest |
RenameObjectRequest.withKey(String key)
Sets the key under which to store the new object.
|
RenameObjectRequest |
RenameObjectRequest.withRequestCredentials(BceCredentials credentials) |
RenameObjectRequest |
RenameObjectRequest.withSourceKey(String sourceKey)
Set the sourceKey of the Request
Returns this RenameObjectRequest, enabling additional method calls to be chained together.
|
Copyright © 2024. All rights reserved.