Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchDataSetsResponse
-
Packages that use SearchDataSetsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchDataSetsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchDataSetsResponse Modifier and Type Method Description default SearchDataSetsResponseQuickSightClient. searchDataSets(Consumer<SearchDataSetsRequest.Builder> searchDataSetsRequest)Use theSearchDataSetsoperation to search for datasets that belong to an account.default SearchDataSetsResponseQuickSightClient. searchDataSets(SearchDataSetsRequest searchDataSetsRequest)Use theSearchDataSetsoperation to search for datasets that belong to an account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchDataSetsResponse Modifier and Type Method Description default CompletableFuture<SearchDataSetsResponse>QuickSightAsyncClient. searchDataSets(Consumer<SearchDataSetsRequest.Builder> searchDataSetsRequest)Use theSearchDataSetsoperation to search for datasets that belong to an account.default CompletableFuture<SearchDataSetsResponse>QuickSightAsyncClient. searchDataSets(SearchDataSetsRequest searchDataSetsRequest)Use theSearchDataSetsoperation to search for datasets that belong to an account. -
Uses of SearchDataSetsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchDataSetsResponse Modifier and Type Method Description Iterator<SearchDataSetsResponse>SearchDataSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchDataSetsResponse Modifier and Type Method Description voidSearchDataSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchDataSetsResponse> subscriber)
-