Uses of Class
software.amazon.awssdk.services.chatbot.model.ListMicrosoftTeamsUserIdentitiesResponse
-
Packages that use ListMicrosoftTeamsUserIdentitiesResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.paginators -
-
Uses of ListMicrosoftTeamsUserIdentitiesResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return ListMicrosoftTeamsUserIdentitiesResponse Modifier and Type Method Description default ListMicrosoftTeamsUserIdentitiesResponseChatbotClient. listMicrosoftTeamsUserIdentities(Consumer<ListMicrosoftTeamsUserIdentitiesRequest.Builder> listMicrosoftTeamsUserIdentitiesRequest)Lists all Microsoft Teams user identities with a mapped role.default ListMicrosoftTeamsUserIdentitiesResponseChatbotClient. listMicrosoftTeamsUserIdentities(ListMicrosoftTeamsUserIdentitiesRequest listMicrosoftTeamsUserIdentitiesRequest)Lists all Microsoft Teams user identities with a mapped role.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type ListMicrosoftTeamsUserIdentitiesResponse Modifier and Type Method Description default CompletableFuture<ListMicrosoftTeamsUserIdentitiesResponse>ChatbotAsyncClient. listMicrosoftTeamsUserIdentities(Consumer<ListMicrosoftTeamsUserIdentitiesRequest.Builder> listMicrosoftTeamsUserIdentitiesRequest)Lists all Microsoft Teams user identities with a mapped role.default CompletableFuture<ListMicrosoftTeamsUserIdentitiesResponse>ChatbotAsyncClient. listMicrosoftTeamsUserIdentities(ListMicrosoftTeamsUserIdentitiesRequest listMicrosoftTeamsUserIdentitiesRequest)Lists all Microsoft Teams user identities with a mapped role. -
Uses of ListMicrosoftTeamsUserIdentitiesResponse in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type ListMicrosoftTeamsUserIdentitiesResponse Modifier and Type Method Description Iterator<ListMicrosoftTeamsUserIdentitiesResponse>ListMicrosoftTeamsUserIdentitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.chatbot.paginators with type arguments of type ListMicrosoftTeamsUserIdentitiesResponse Modifier and Type Method Description voidListMicrosoftTeamsUserIdentitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMicrosoftTeamsUserIdentitiesResponse> subscriber)
-