Uses of Class
software.amazon.awssdk.services.chatbot.model.UpdateMicrosoftTeamsChannelConfigurationResponse
-
Packages that use UpdateMicrosoftTeamsChannelConfigurationResponse 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 UpdateMicrosoftTeamsChannelConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return UpdateMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default UpdateMicrosoftTeamsChannelConfigurationResponseChatbotClient. updateMicrosoftTeamsChannelConfiguration(Consumer<UpdateMicrosoftTeamsChannelConfigurationRequest.Builder> updateMicrosoftTeamsChannelConfigurationRequest)Updates an Microsoft Teams channel configuration.default UpdateMicrosoftTeamsChannelConfigurationResponseChatbotClient. updateMicrosoftTeamsChannelConfiguration(UpdateMicrosoftTeamsChannelConfigurationRequest updateMicrosoftTeamsChannelConfigurationRequest)Updates an Microsoft Teams channel configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type UpdateMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. updateMicrosoftTeamsChannelConfiguration(Consumer<UpdateMicrosoftTeamsChannelConfigurationRequest.Builder> updateMicrosoftTeamsChannelConfigurationRequest)Updates an Microsoft Teams channel configuration.default CompletableFuture<UpdateMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. updateMicrosoftTeamsChannelConfiguration(UpdateMicrosoftTeamsChannelConfigurationRequest updateMicrosoftTeamsChannelConfigurationRequest)Updates an Microsoft Teams channel configuration.
-