Uses of Class
software.amazon.awssdk.services.chatbot.model.DisassociateFromConfigurationRequest
-
Packages that use DisassociateFromConfigurationRequest 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.software.amazon.awssdk.services.chatbot.transform -
-
Uses of DisassociateFromConfigurationRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type DisassociateFromConfigurationRequest Modifier and Type Method Description default CompletableFuture<DisassociateFromConfigurationResponse>ChatbotAsyncClient. disassociateFromConfiguration(DisassociateFromConfigurationRequest 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. -
Uses of DisassociateFromConfigurationRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type DisassociateFromConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateFromConfigurationRequestMarshaller. marshall(DisassociateFromConfigurationRequest disassociateFromConfigurationRequest)
-