Uses of Class
software.amazon.awssdk.services.chatbot.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.chatbot The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions. -
-
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)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default TagResourceResponseChatbotClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).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)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default CompletableFuture<TagResourceResponse>ChatbotAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
-