Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteMicrosoftTeamsUserIdentityResponse
-
Packages that use DeleteMicrosoftTeamsUserIdentityResponse 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 DeleteMicrosoftTeamsUserIdentityResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DeleteMicrosoftTeamsUserIdentityResponse Modifier and Type Method Description default DeleteMicrosoftTeamsUserIdentityResponseChatbotClient. deleteMicrosoftTeamsUserIdentity(Consumer<DeleteMicrosoftTeamsUserIdentityRequest.Builder> deleteMicrosoftTeamsUserIdentityRequest)Identifes a user level permission for a channel configuration.default DeleteMicrosoftTeamsUserIdentityResponseChatbotClient. deleteMicrosoftTeamsUserIdentity(DeleteMicrosoftTeamsUserIdentityRequest deleteMicrosoftTeamsUserIdentityRequest)Identifes a user level permission for a channel configuration.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type DeleteMicrosoftTeamsUserIdentityResponse Modifier and Type Method Description default CompletableFuture<DeleteMicrosoftTeamsUserIdentityResponse>ChatbotAsyncClient. deleteMicrosoftTeamsUserIdentity(Consumer<DeleteMicrosoftTeamsUserIdentityRequest.Builder> deleteMicrosoftTeamsUserIdentityRequest)Identifes a user level permission for a channel configuration.default CompletableFuture<DeleteMicrosoftTeamsUserIdentityResponse>ChatbotAsyncClient. deleteMicrosoftTeamsUserIdentity(DeleteMicrosoftTeamsUserIdentityRequest deleteMicrosoftTeamsUserIdentityRequest)Identifes a user level permission for a channel configuration.
-