Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchDashboardsResponse
-
Packages that use SearchDashboardsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchDashboardsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchDashboardsResponse Modifier and Type Method Description default SearchDashboardsResponseQuickSightClient. searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsResponseQuickSightClient. searchDashboards(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchDashboardsResponse Modifier and Type Method Description default CompletableFuture<SearchDashboardsResponse>QuickSightAsyncClient. searchDashboards(Consumer<SearchDashboardsRequest.Builder> searchDashboardsRequest)Searches for dashboards that belong to a user.default CompletableFuture<SearchDashboardsResponse>QuickSightAsyncClient. searchDashboards(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user. -
Uses of SearchDashboardsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchDashboardsResponse Modifier and Type Method Description Iterator<SearchDashboardsResponse>SearchDashboardsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchDashboardsResponse Modifier and Type Method Description voidSearchDashboardsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchDashboardsResponse> subscriber)
-