| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
TagSet |
BucketTaggingConfiguration.getTagSet()
Gets the first
TagSet object contained in this object. |
TagSet |
BucketTaggingConfiguration.getTagSetAtIndex(int index)
Gets the
TagSet object at the specified index contained in this object. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TagSet> |
BucketTaggingConfiguration.getAllTagSets()
Gets the list of
TagSet objects
contained in this object. |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketTaggingConfiguration |
BucketTaggingConfiguration.withTagSets(TagSet... tagSets)
Sets the
TagSet
TagSets and returns this object,
enabling additional method calls to be chained together. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BucketTaggingConfiguration.setTagSets(Collection<TagSet> tagSets)
Sets the
TagSet. |
| 构造器和说明 |
|---|
BucketTaggingConfiguration(Collection<TagSet> tagSets)
Creates a new bucket Tagging configuration containing the specified
TopicConfigurations. |
Copyright © 2022. All rights reserved.