Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateSlackChannelConfigurationResponse
-
Packages that use UpdateSlackChannelConfigurationResponse 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 UpdateSlackChannelConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return UpdateSlackChannelConfigurationResponse Modifier and Type Method Description default UpdateSlackChannelConfigurationResponseChatbotClient. updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)Updates a Slack channel configuration.default UpdateSlackChannelConfigurationResponseChatbotClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates a Slack channel configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type UpdateSlackChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateSlackChannelConfigurationResponse>ChatbotAsyncClient. updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)Updates a Slack channel configuration.default CompletableFuture<UpdateSlackChannelConfigurationResponse>ChatbotAsyncClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates a Slack channel configuration.
-