Uses of Class
software.amazon.awssdk.services.chatbot.model.DisassociateFromConfigurationResponse
-
Packages that use DisassociateFromConfigurationResponse 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 DisassociateFromConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DisassociateFromConfigurationResponse Modifier and Type Method Description default DisassociateFromConfigurationResponseChatbotClient. disassociateFromConfiguration(Consumer<DisassociateFromConfigurationRequest.Builder> disassociateFromConfigurationRequest)Unlink a resource, for example a custom action, from a channel configuration.default DisassociateFromConfigurationResponseChatbotClient. disassociateFromConfiguration(DisassociateFromConfigurationRequest disassociateFromConfigurationRequest)Unlink a resource, for example a custom action, from a channel configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type DisassociateFromConfigurationResponse Modifier and Type Method Description default CompletableFuture<DisassociateFromConfigurationResponse>ChatbotAsyncClient. disassociateFromConfiguration(Consumer<DisassociateFromConfigurationRequest.Builder> disassociateFromConfigurationRequest)Unlink a resource, for example a custom action, from a channel configuration.default CompletableFuture<DisassociateFromConfigurationResponse>ChatbotAsyncClient. disassociateFromConfiguration(DisassociateFromConfigurationRequest disassociateFromConfigurationRequest)Unlink a resource, for example a custom action, from a channel configuration.
-