| Package | Description |
|---|---|
| com.qcloud.cos.model | |
| com.qcloud.cos.model.Tag |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ObjectTagging.getTagSet() |
List<Tag> |
GetObjectTaggingResult.getTagSet() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
GetObjectTaggingResult(List<Tag> tagSet)
Constructs an instance of this object.
|
ObjectTagging(List<Tag> tagSet)
Constructs an instance of this object.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
LifecycleTagPredicate.getTag() |
Tag |
Tag.withKey(String key)
Set the tag key.
|
Tag |
Tag.withValue(String value)
Set the tag value.
|
| Constructor and Description |
|---|
LifecycleTagPredicate(Tag tag) |
Copyright © 2023. All rights reserved.