Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListPluginsResponse
-
Packages that use ListPluginsResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListPluginsResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListPluginsResponse Modifier and Type Method Description default ListPluginsResponseQBusinessClient. listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)Lists configured Amazon Q Business plugins.default ListPluginsResponseQBusinessClient. listPlugins(ListPluginsRequest listPluginsRequest)Lists configured Amazon Q Business plugins.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListPluginsResponse Modifier and Type Method Description default CompletableFuture<ListPluginsResponse>QBusinessAsyncClient. listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)Lists configured Amazon Q Business plugins.default CompletableFuture<ListPluginsResponse>QBusinessAsyncClient. listPlugins(ListPluginsRequest listPluginsRequest)Lists configured Amazon Q Business plugins. -
Uses of ListPluginsResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListPluginsResponse Modifier and Type Method Description Iterator<ListPluginsResponse>ListPluginsIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListPluginsResponse Modifier and Type Method Description voidListPluginsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPluginsResponse> subscriber)
-