| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest setBucketTaggingConfigurationRequest)
Sets the tagging configuration for the specified bucket.
|
void |
COSClient.setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest setBucketTaggingConfigurationRequest) |
| Modifier and Type | Method and Description |
|---|---|
SetBucketTaggingConfigurationRequest |
SetBucketTaggingConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose tagging configuration is being set,
and returns this object so that additional method calls may be chained
together.
|
SetBucketTaggingConfigurationRequest |
SetBucketTaggingConfigurationRequest.withTaggingConfiguration(BucketTaggingConfiguration taggingConfiguration)
Sets the new tagging configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
|
Copyright © 2023. All rights reserved.