Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteMicrosoftTeamsChannelConfigurationResponse
-
Packages that use DeleteMicrosoftTeamsChannelConfigurationResponse 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 DeleteMicrosoftTeamsChannelConfigurationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DeleteMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default DeleteMicrosoftTeamsChannelConfigurationResponseChatbotClient. deleteMicrosoftTeamsChannelConfiguration(Consumer<DeleteMicrosoftTeamsChannelConfigurationRequest.Builder> deleteMicrosoftTeamsChannelConfigurationRequest)Deletes a Microsoft Teams channel configuration for AWS Chatbotdefault DeleteMicrosoftTeamsChannelConfigurationResponseChatbotClient. deleteMicrosoftTeamsChannelConfiguration(DeleteMicrosoftTeamsChannelConfigurationRequest deleteMicrosoftTeamsChannelConfigurationRequest)Deletes a Microsoft Teams channel configuration for AWS ChatbotMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type DeleteMicrosoftTeamsChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. deleteMicrosoftTeamsChannelConfiguration(Consumer<DeleteMicrosoftTeamsChannelConfigurationRequest.Builder> deleteMicrosoftTeamsChannelConfigurationRequest)Deletes a Microsoft Teams channel configuration for AWS Chatbotdefault CompletableFuture<DeleteMicrosoftTeamsChannelConfigurationResponse>ChatbotAsyncClient. deleteMicrosoftTeamsChannelConfiguration(DeleteMicrosoftTeamsChannelConfigurationRequest deleteMicrosoftTeamsChannelConfigurationRequest)Deletes a Microsoft Teams channel configuration for AWS Chatbot
-