Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteMicrosoftTeamsConfiguredTeamResponse
-
Packages that use DeleteMicrosoftTeamsConfiguredTeamResponse 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 DeleteMicrosoftTeamsConfiguredTeamResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DeleteMicrosoftTeamsConfiguredTeamResponse Modifier and Type Method Description default DeleteMicrosoftTeamsConfiguredTeamResponseChatbotClient. deleteMicrosoftTeamsConfiguredTeam(Consumer<DeleteMicrosoftTeamsConfiguredTeamRequest.Builder> deleteMicrosoftTeamsConfiguredTeamRequest)Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.default DeleteMicrosoftTeamsConfiguredTeamResponseChatbotClient. deleteMicrosoftTeamsConfiguredTeam(DeleteMicrosoftTeamsConfiguredTeamRequest deleteMicrosoftTeamsConfiguredTeamRequest)Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type DeleteMicrosoftTeamsConfiguredTeamResponse Modifier and Type Method Description default CompletableFuture<DeleteMicrosoftTeamsConfiguredTeamResponse>ChatbotAsyncClient. deleteMicrosoftTeamsConfiguredTeam(Consumer<DeleteMicrosoftTeamsConfiguredTeamRequest.Builder> deleteMicrosoftTeamsConfiguredTeamRequest)Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.default CompletableFuture<DeleteMicrosoftTeamsConfiguredTeamResponse>ChatbotAsyncClient. deleteMicrosoftTeamsConfiguredTeam(DeleteMicrosoftTeamsConfiguredTeamRequest deleteMicrosoftTeamsConfiguredTeamRequest)Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.
-