public class DeleteBucketRequest extends CosServiceRequest implements Serializable
| 构造器和说明 |
|---|
DeleteBucketRequest(String bucketName)
Constructs a new
DeleteBucketRequest, ready to be executed to delete the specified
bucket. |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Gets the name of the Qcloud COS bucket to delete.
|
void |
setBucketName(String bucketName)
Sets the name of the Qcloud COS bucket to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic DeleteBucketRequest(String bucketName)
DeleteBucketRequest, ready to be executed to delete the specified
bucket.bucketName - The name of the Qcloud COS bucket to delete.public void setBucketName(String bucketName)
bucketName - The name of the Qcloud COS bucket to delete.getBucketName()public String getBucketName()
setBucketName(String)Copyright © 2020. All rights reserved.