Uses of Class
software.amazon.awssdk.services.chatbot.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseChatbotClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).default UntagResourceResponseChatbotClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChatbotAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).default CompletableFuture<UntagResourceResponse>ChatbotAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).
-