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