| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for the tag.
|
Tag |
Tag.withValue(String value)
The value associated with a key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tag keys to add to the resource.
|
List<Tag> |
StartImportResult.getTags()
A list of tags added to the imported bot.
|
List<Tag> |
StartImportRequest.getTags()
A list of tags to add to the imported bot.
|
List<Tag> |
PutBotAliasResult.getTags()
A list of tags associated with a bot.
|
List<Tag> |
PutBotResult.getTags()
A list of tags associated with the bot.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags associated with a resource.
|
List<Tag> |
PutBotAliasRequest.getTags()
A list of tags to add to the bot alias.
|
List<Tag> |
PutBotRequest.getTags()
A list of tags to add to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag keys to add to the resource.
|
StartImportResult |
StartImportResult.withTags(Tag... tags)
A list of tags added to the imported bot.
|
StartImportRequest |
StartImportRequest.withTags(Tag... tags)
A list of tags to add to the imported bot.
|
PutBotAliasResult |
PutBotAliasResult.withTags(Tag... tags)
A list of tags associated with a bot.
|
PutBotResult |
PutBotResult.withTags(Tag... tags)
A list of tags associated with the bot.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags associated with a resource.
|
PutBotAliasRequest |
PutBotAliasRequest.withTags(Tag... tags)
A list of tags to add to the bot alias.
|
PutBotRequest |
PutBotRequest.withTags(Tag... tags)
A list of tags to add to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag keys to add to the resource.
|
void |
StartImportResult.setTags(Collection<Tag> tags)
A list of tags added to the imported bot.
|
void |
StartImportRequest.setTags(Collection<Tag> tags)
A list of tags to add to the imported bot.
|
void |
PutBotAliasResult.setTags(Collection<Tag> tags)
A list of tags associated with a bot.
|
void |
PutBotResult.setTags(Collection<Tag> tags)
A list of tags associated with the bot.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags associated with a resource.
|
void |
PutBotAliasRequest.setTags(Collection<Tag> tags)
A list of tags to add to the bot alias.
|
void |
PutBotRequest.setTags(Collection<Tag> tags)
A list of tags to add to the bot.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag keys to add to the resource.
|
StartImportResult |
StartImportResult.withTags(Collection<Tag> tags)
A list of tags added to the imported bot.
|
StartImportRequest |
StartImportRequest.withTags(Collection<Tag> tags)
A list of tags to add to the imported bot.
|
PutBotAliasResult |
PutBotAliasResult.withTags(Collection<Tag> tags)
A list of tags associated with a bot.
|
PutBotResult |
PutBotResult.withTags(Collection<Tag> tags)
A list of tags associated with the bot.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags associated with a resource.
|
PutBotAliasRequest |
PutBotAliasRequest.withTags(Collection<Tag> tags)
A list of tags to add to the bot alias.
|
PutBotRequest |
PutBotRequest.withTags(Collection<Tag> tags)
A list of tags to add to the bot.
|
Copyright © 2023. All rights reserved.