| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteObjectsResult |
COS.deleteObjects(DeleteObjectsRequest deleteObjectsRequest)
Deletes multiple objects in a single bucket from COS.
|
DeleteObjectsResult |
COSClient.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
MultiObjectDeleteXmlFactory.convertToXmlByteArray(DeleteObjectsRequest rq)
Converts the specified
DeleteObjectsRequest object to an XML fragment that
can be sent to Qcloud COS. |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteObjectsRequest |
DeleteObjectsRequest.withBucketName(String bucketName)
Sets the name of the COS bucket containing the object(s) to delete and returns this
object, enabling additional method calls to be chained together.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(List<DeleteObjectsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing list of keys.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(String... keys)
Convenience method to specify a set of keys without versions.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withQuiet(boolean quiet)
Sets the quiet element for this request.
|
Copyright © 2022. All rights reserved.