Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchDataSourcesResponse
-
Packages that use SearchDataSourcesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchDataSourcesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchDataSourcesResponse Modifier and Type Method Description default SearchDataSourcesResponseQuickSightClient. searchDataSources(Consumer<SearchDataSourcesRequest.Builder> searchDataSourcesRequest)Use theSearchDataSourcesoperation to search for data sources that belong to an account.default SearchDataSourcesResponseQuickSightClient. searchDataSources(SearchDataSourcesRequest searchDataSourcesRequest)Use theSearchDataSourcesoperation to search for data sources that belong to an account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchDataSourcesResponse Modifier and Type Method Description default CompletableFuture<SearchDataSourcesResponse>QuickSightAsyncClient. searchDataSources(Consumer<SearchDataSourcesRequest.Builder> searchDataSourcesRequest)Use theSearchDataSourcesoperation to search for data sources that belong to an account.default CompletableFuture<SearchDataSourcesResponse>QuickSightAsyncClient. searchDataSources(SearchDataSourcesRequest searchDataSourcesRequest)Use theSearchDataSourcesoperation to search for data sources that belong to an account. -
Uses of SearchDataSourcesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchDataSourcesResponse Modifier and Type Method Description Iterator<SearchDataSourcesResponse>SearchDataSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchDataSourcesResponse Modifier and Type Method Description voidSearchDataSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchDataSourcesResponse> subscriber)
-