Uses of Class
software.amazon.awssdk.services.chatbot.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChatbotClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the supplied tags to a configuration.default TagResourceResponseChatbotClient. tagResource(TagResourceRequest tagResourceRequest)Applies the supplied tags to a configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChatbotAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the supplied tags to a configuration.default CompletableFuture<TagResourceResponse>ChatbotAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the supplied tags to a configuration.
-