Uses of Class
software.amazon.awssdk.services.chatbot.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChatbotAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the supplied tags from a configurationdefault UntagResourceResponseChatbotClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the supplied tags from a configuration -
Uses of UntagResourceRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-