Uses of Class
software.amazon.awssdk.services.chatbot.model.ListMicrosoftTeamsChannelConfigurationsResponse
-
Packages that use ListMicrosoftTeamsChannelConfigurationsResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.paginators -
-
Uses of ListMicrosoftTeamsChannelConfigurationsResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return ListMicrosoftTeamsChannelConfigurationsResponse Modifier and Type Method Description default ListMicrosoftTeamsChannelConfigurationsResponseChatbotClient. listMicrosoftTeamsChannelConfigurations(Consumer<ListMicrosoftTeamsChannelConfigurationsRequest.Builder> listMicrosoftTeamsChannelConfigurationsRequest)Lists MS Teams Channel Configurations optionally filtered by TeamIddefault ListMicrosoftTeamsChannelConfigurationsResponseChatbotClient. listMicrosoftTeamsChannelConfigurations(ListMicrosoftTeamsChannelConfigurationsRequest listMicrosoftTeamsChannelConfigurationsRequest)Lists MS Teams Channel Configurations optionally filtered by TeamIdMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type ListMicrosoftTeamsChannelConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListMicrosoftTeamsChannelConfigurationsResponse>ChatbotAsyncClient. listMicrosoftTeamsChannelConfigurations(Consumer<ListMicrosoftTeamsChannelConfigurationsRequest.Builder> listMicrosoftTeamsChannelConfigurationsRequest)Lists MS Teams Channel Configurations optionally filtered by TeamIddefault CompletableFuture<ListMicrosoftTeamsChannelConfigurationsResponse>ChatbotAsyncClient. listMicrosoftTeamsChannelConfigurations(ListMicrosoftTeamsChannelConfigurationsRequest listMicrosoftTeamsChannelConfigurationsRequest)Lists MS Teams Channel Configurations optionally filtered by TeamId -
Uses of ListMicrosoftTeamsChannelConfigurationsResponse in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type ListMicrosoftTeamsChannelConfigurationsResponse Modifier and Type Method Description Iterator<ListMicrosoftTeamsChannelConfigurationsResponse>ListMicrosoftTeamsChannelConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.chatbot.paginators with type arguments of type ListMicrosoftTeamsChannelConfigurationsResponse Modifier and Type Method Description voidListMicrosoftTeamsChannelConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMicrosoftTeamsChannelConfigurationsResponse> subscriber)
-