public class DeleteBucketRequest extends CosServiceRequest implements Serializable
| Constructor and Description |
|---|
DeleteBucketRequest(String bucketName)
Constructs a new
DeleteBucketRequest, ready to be executed to delete the specified
bucket. |
| Modifier and Type | Method and Description |
|---|---|
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, getCiSpecialEndParameter, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCiSpecialEndParameter, setCosCredentials, 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 © 2023. All rights reserved.