Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListDataSourcesResponse Modifier and Type Method Description default ListDataSourcesResponseQuickSightClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.default ListDataSourcesResponseQuickSightClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description default CompletableFuture<ListDataSourcesResponse>QuickSightAsyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.default CompletableFuture<ListDataSourcesResponse>QuickSightAsyncClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account. -
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.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.quicksight.paginators with type arguments of type ListDataSourcesResponse Modifier and Type Method Description voidListDataSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSourcesResponse> subscriber)
-