| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that makes up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ResourceTagMapping.getTags()
The tags that have been applied to one or more AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceTagMapping |
ResourceTagMapping.withTags(Tag... tags)
The tags that have been applied to one or more AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTagMapping.setTags(Collection<Tag> tags)
The tags that have been applied to one or more AWS resources.
|
ResourceTagMapping |
ResourceTagMapping.withTags(Collection<Tag> tags)
The tags that have been applied to one or more AWS resources.
|
Copyright © 2020. All rights reserved.