Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Tag in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()The tags associated with a resource.List<Tag>PutBotAliasRequest. tags()A list of tags to add to the bot alias.List<Tag>PutBotAliasResponse. tags()A list of tags associated with a bot.List<Tag>PutBotRequest. tags()A list of tags to add to the bot.List<Tag>PutBotResponse. tags()A list of tags associated with the bot.List<Tag>StartImportRequest. tags()A list of tags to add to the imported bot.List<Tag>StartImportResponse. tags()A list of tags added to the imported bot.List<Tag>TagResourceRequest. tags()A list of tag keys to add to the resource.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags associated with a resource.PutBotAliasRequest.BuilderPutBotAliasRequest.Builder. tags(Tag... tags)A list of tags to add to the bot alias.PutBotAliasResponse.BuilderPutBotAliasResponse.Builder. tags(Tag... tags)A list of tags associated with a bot.PutBotRequest.BuilderPutBotRequest.Builder. tags(Tag... tags)A list of tags to add to the bot.PutBotResponse.BuilderPutBotResponse.Builder. tags(Tag... tags)A list of tags associated with the bot.StartImportRequest.BuilderStartImportRequest.Builder. tags(Tag... tags)A list of tags to add to the imported bot.StartImportResponse.BuilderStartImportResponse.Builder. tags(Tag... tags)A list of tags added to the imported bot.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag keys to add to the resource.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags associated with a resource.PutBotAliasRequest.BuilderPutBotAliasRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the bot alias.PutBotAliasResponse.BuilderPutBotAliasResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with a bot.PutBotRequest.BuilderPutBotRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the bot.PutBotResponse.BuilderPutBotResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the bot.StartImportRequest.BuilderStartImportRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the imported bot.StartImportResponse.BuilderStartImportResponse.Builder. tags(Collection<Tag> tags)A list of tags added to the imported bot.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag keys to add to the resource.
-