Uses of Class
software.amazon.awssdk.services.chatbot.model.ListMicrosoftTeamsConfiguredTeamsResponse
-
Packages that use ListMicrosoftTeamsConfiguredTeamsResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.paginators -
-
Uses of ListMicrosoftTeamsConfiguredTeamsResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return ListMicrosoftTeamsConfiguredTeamsResponse Modifier and Type Method Description default ListMicrosoftTeamsConfiguredTeamsResponseChatbotClient. listMicrosoftTeamsConfiguredTeams(Consumer<ListMicrosoftTeamsConfiguredTeamsRequest.Builder> listMicrosoftTeamsConfiguredTeamsRequest)Lists all authorized MS teams for AWS Accountdefault ListMicrosoftTeamsConfiguredTeamsResponseChatbotClient. listMicrosoftTeamsConfiguredTeams(ListMicrosoftTeamsConfiguredTeamsRequest listMicrosoftTeamsConfiguredTeamsRequest)Lists all authorized MS teams for AWS AccountMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type ListMicrosoftTeamsConfiguredTeamsResponse Modifier and Type Method Description default CompletableFuture<ListMicrosoftTeamsConfiguredTeamsResponse>ChatbotAsyncClient. listMicrosoftTeamsConfiguredTeams(Consumer<ListMicrosoftTeamsConfiguredTeamsRequest.Builder> listMicrosoftTeamsConfiguredTeamsRequest)Lists all authorized MS teams for AWS Accountdefault CompletableFuture<ListMicrosoftTeamsConfiguredTeamsResponse>ChatbotAsyncClient. listMicrosoftTeamsConfiguredTeams(ListMicrosoftTeamsConfiguredTeamsRequest listMicrosoftTeamsConfiguredTeamsRequest)Lists all authorized MS teams for AWS Account -
Uses of ListMicrosoftTeamsConfiguredTeamsResponse in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type ListMicrosoftTeamsConfiguredTeamsResponse Modifier and Type Method Description Iterator<ListMicrosoftTeamsConfiguredTeamsResponse>ListMicrosoftTeamsConfiguredTeamsIterable. iterator()Method parameters in software.amazon.awssdk.services.chatbot.paginators with type arguments of type ListMicrosoftTeamsConfiguredTeamsResponse Modifier and Type Method Description voidListMicrosoftTeamsConfiguredTeamsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMicrosoftTeamsConfiguredTeamsResponse> subscriber)
-