| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
A list of tag keys to add to the resource.
|
List<Tag> |
PutBotAliasResponse.tags()
A list of tags associated with a bot.
|
List<Tag> |
StartImportResponse.tags()
A list of tags added to the imported bot.
|
List<Tag> |
StartImportRequest.tags()
A list of tags to add to the imported bot.
|
List<Tag> |
PutBotResponse.tags()
A list of tags associated with the bot.
|
List<Tag> |
PutBotAliasRequest.tags()
A list of tags to add to the bot alias.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags associated with a resource.
|
List<Tag> |
PutBotRequest.tags()
A list of tags to add to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tag keys to add to the resource.
|
PutBotAliasResponse.Builder |
PutBotAliasResponse.Builder.tags(Tag... tags)
A list of tags associated with a bot.
|
StartImportResponse.Builder |
StartImportResponse.Builder.tags(Tag... tags)
A list of tags added to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Tag... tags)
A list of tags to add to the imported bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.tags(Tag... tags)
A list of tags associated with the bot.
|
PutBotAliasRequest.Builder |
PutBotAliasRequest.Builder.tags(Tag... tags)
A list of tags to add to the bot alias.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags associated with a resource.
|
PutBotRequest.Builder |
PutBotRequest.Builder.tags(Tag... tags)
A list of tags to add to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tag keys to add to the resource.
|
PutBotAliasResponse.Builder |
PutBotAliasResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with a bot.
|
StartImportResponse.Builder |
StartImportResponse.Builder.tags(Collection<Tag> tags)
A list of tags added to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the imported bot.
|
PutBotResponse.Builder |
PutBotResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the bot.
|
PutBotAliasRequest.Builder |
PutBotAliasRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the bot alias.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags associated with a resource.
|
PutBotRequest.Builder |
PutBotRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the bot.
|
Copyright © 2023. All rights reserved.