Uses of Interface
software.amazon.awssdk.services.chatbot.model.GetMicrosoftTeamsChannelConfigurationRequest.Builder
-
Packages that use GetMicrosoftTeamsChannelConfigurationRequest.Builder 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.model -
-
Uses of GetMicrosoftTeamsChannelConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot
Method parameters in software.amazon.awssdk.services.chatbot with type arguments of type GetMicrosoftTeamsChannelConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. getMicrosoftTeamsChannelConfiguration(Consumer<GetMicrosoftTeamsChannelConfigurationRequest.Builder> getMicrosoftTeamsChannelConfigurationRequest)Returns a Microsoft Teams channel configuration in an AWS account.default GetMicrosoftTeamsChannelConfigurationResponseChatbotClient. getMicrosoftTeamsChannelConfiguration(Consumer<GetMicrosoftTeamsChannelConfigurationRequest.Builder> getMicrosoftTeamsChannelConfigurationRequest)Returns a Microsoft Teams channel configuration in an AWS account. -
Uses of GetMicrosoftTeamsChannelConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type GetMicrosoftTeamsChannelConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetMicrosoftTeamsChannelConfigurationRequest.Builder>GetMicrosoftTeamsChannelConfigurationRequest. serializableBuilderClass()
-