Uses of Class
software.amazon.awssdk.services.chatbot.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
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)Removes the supplied tags from a configurationdefault UntagResourceResponseChatbotClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the supplied tags from a configurationMethods 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)Removes the supplied tags from a configurationdefault CompletableFuture<UntagResourceResponse>ChatbotAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the supplied tags from a configuration
-