Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListDataSourcesResponse Modifier and Type Method Description default ListDataSourcesResponseQBusinessClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the Amazon Q data source connectors that you have created.default ListDataSourcesResponseQBusinessClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the Amazon Q data source connectors that you have created.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description default CompletableFuture<ListDataSourcesResponse>QBusinessAsyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the Amazon Q data source connectors that you have created.default CompletableFuture<ListDataSourcesResponse>QBusinessAsyncClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the Amazon Q data source connectors that you have created. -
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description Iterator<ListDataSourcesResponse>ListDataSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListDataSourcesResponse Modifier and Type Method Description voidListDataSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSourcesResponse> subscriber)
-