default ListTagsForResourceResponse |
ChatbotClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Retrieves the list of tags applied to a configuration.
|
default ListTagsForResourceResponse |
ChatbotClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Retrieves the list of tags applied to a configuration.
|
default TagResourceResponse |
ChatbotClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Applies the supplied tags to a configuration.
|
default TagResourceResponse |
ChatbotClient.tagResource(TagResourceRequest tagResourceRequest) |
Applies the supplied tags to a configuration.
|
default UntagResourceResponse |
ChatbotClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes the supplied tags from a configuration
|
default UntagResourceResponse |
ChatbotClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes the supplied tags from a configuration
|