Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteMicrosoftTeamsConfiguredTeamResponse
-
Packages that use DeleteMicrosoftTeamsConfiguredTeamResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
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.
-