| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model | |
| com.qcloud.cos.model.Tag |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Tag> |
ObjectTagging.getTagSet() |
List<Tag> |
GetObjectTaggingResult.getTagSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ObjectTagging.setTagSet(List<Tag> tagSet)
Set the tag set for the object.
|
void |
GetObjectTaggingResult.setTagSet(List<Tag> tagSet)
Set the tag set.
|
GetObjectTaggingResult |
GetObjectTaggingResult.withTagSet(List<Tag> tagSet)
Set the tag set.
|
| 构造器和说明 |
|---|
GetObjectTaggingResult(List<Tag> tagSet)
Constructs an instance of this object.
|
ObjectTagging(List<Tag> tagSet)
Constructs an instance of this object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Tag |
LifecycleTagPredicate.getTag() |
Tag |
Tag.withKey(String key)
Set the tag key.
|
Tag |
Tag.withValue(String value)
Set the tag value.
|
| 构造器和说明 |
|---|
LifecycleTagPredicate(Tag tag) |
Copyright © 2022. All rights reserved.