| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket.
|
void |
COSClient.deleteObject(DeleteObjectRequest deleteObjectRequest) |
void |
COSEncryptionClient.deleteObject(DeleteObjectRequest req) |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest |
DeleteObjectRequest.withBucketName(String bucketName)
Sets the name of the Qcloud COS bucket containing the object to delete and returns this
object, enabling additional method calls to be chained together.
|
DeleteObjectRequest |
DeleteObjectRequest.withKey(String key)
Sets the key of the object to delete and returns this object, enabling additional method
calls to be chained together.
|
Copyright © 2023. All rights reserved.