| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key in a tag.
|
Tag |
Tag.withValue(String value)
The value in a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tag key-value pairs.
|
List<Tag> |
CreateChannelFlowRequest.getTags()
The tags for the creation request.
|
List<Tag> |
CreateChannelRequest.getTags()
The tags for the creation request.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tag key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tag key-value pairs.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withTags(Tag... tags)
The tags for the creation request.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Tag... tags)
The tags for the creation request.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tag key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tag key-value pairs.
|
void |
CreateChannelFlowRequest.setTags(Collection<Tag> tags)
The tags for the creation request.
|
void |
CreateChannelRequest.setTags(Collection<Tag> tags)
The tags for the creation request.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tag key-value pairs.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withTags(Collection<Tag> tags)
The tags for the creation request.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Collection<Tag> tags)
The tags for the creation request.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
Copyright © 2024. All rights reserved.