Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateSlackChannelConfigurationResponse
-
Packages that use UpdateSlackChannelConfigurationResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
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 Slack Channel Configurationdefault UpdateSlackChannelConfigurationResponseChatbotClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates Slack Channel ConfigurationMethods 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 Slack Channel Configurationdefault CompletableFuture<UpdateSlackChannelConfigurationResponse>ChatbotAsyncClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates Slack Channel Configuration
-