Uses of Class
software.amazon.awssdk.services.chatbot.model.CreateMicrosoftTeamsChannelConfigurationResponse
-
Packages that use CreateMicrosoftTeamsChannelConfigurationResponse 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 CreateMicrosoftTeamsChannelConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return CreateMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default CreateMicrosoftTeamsChannelConfigurationResponseChatbotClient. createMicrosoftTeamsChannelConfiguration(Consumer<CreateMicrosoftTeamsChannelConfigurationRequest.Builder> createMicrosoftTeamsChannelConfigurationRequest)Creates an AWS Chatbot configuration for Microsoft Teams.default CreateMicrosoftTeamsChannelConfigurationResponseChatbotClient. createMicrosoftTeamsChannelConfiguration(CreateMicrosoftTeamsChannelConfigurationRequest createMicrosoftTeamsChannelConfigurationRequest)Creates an AWS Chatbot configuration for Microsoft Teams.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type CreateMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. createMicrosoftTeamsChannelConfiguration(Consumer<CreateMicrosoftTeamsChannelConfigurationRequest.Builder> createMicrosoftTeamsChannelConfigurationRequest)Creates an AWS Chatbot configuration for Microsoft Teams.default CompletableFuture<CreateMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. createMicrosoftTeamsChannelConfiguration(CreateMicrosoftTeamsChannelConfigurationRequest createMicrosoftTeamsChannelConfigurationRequest)Creates an AWS Chatbot configuration for Microsoft Teams.
-