| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.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> |
ListTagsForResourceResult.getTags()
The tag key-value pairs.
|
List<Tag> |
CreateAppInstanceUserRequest.getTags()
Tags assigned to the
AppInstanceUser. |
List<Tag> |
CreateAppInstanceRequest.getTags()
Tags assigned to the
AppInstance. |
List<Tag> |
CreateAppInstanceBotRequest.getTags()
The tags assigned to the
AppInstanceBot. |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tag key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tag key-value pairs.
|
CreateAppInstanceUserRequest |
CreateAppInstanceUserRequest.withTags(Tag... tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceRequest |
CreateAppInstanceRequest.withTags(Tag... tags)
Tags assigned to the
AppInstance. |
CreateAppInstanceBotRequest |
CreateAppInstanceBotRequest.withTags(Tag... tags)
The tags assigned to the
AppInstanceBot. |
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tag key-value pairs.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tag key-value pairs.
|
void |
CreateAppInstanceUserRequest.setTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
void |
CreateAppInstanceRequest.setTags(Collection<Tag> tags)
Tags assigned to the
AppInstance. |
void |
CreateAppInstanceBotRequest.setTags(Collection<Tag> tags)
The tags assigned to the
AppInstanceBot. |
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateAppInstanceUserRequest |
CreateAppInstanceUserRequest.withTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceRequest |
CreateAppInstanceRequest.withTags(Collection<Tag> tags)
Tags assigned to the
AppInstance. |
CreateAppInstanceBotRequest |
CreateAppInstanceBotRequest.withTags(Collection<Tag> tags)
The tags assigned to the
AppInstanceBot. |
Copyright © 2024. All rights reserved.