| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TagSet |
TagSet.clone() |
TagSet |
TagSet.withKey(String key)
The tag key in the tagSet.
|
TagSet |
TagSet.withValue(String value)
The tag value in the tagSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagSet> |
SearchResourceTagsResult.getTags()
A list of tags used in the Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourceTagsResult |
SearchResourceTagsResult.withTags(TagSet... tags)
A list of tags used in the Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResourceTagsResult.setTags(Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
SearchResourceTagsResult |
SearchResourceTagsResult.withTags(Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
Copyright © 2023. All rights reserved.