Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchDashboardsRequest
-
Packages that use SearchDashboardsRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of SearchDashboardsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type SearchDashboardsRequest Modifier and Type Method Description default CompletableFuture<SearchDashboardsResponse>QuickSightAsyncClient. searchDashboards(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsResponseQuickSightClient. searchDashboards(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsPublisherQuickSightAsyncClient. searchDashboardsPaginator(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user.default SearchDashboardsIterableQuickSightClient. searchDashboardsPaginator(SearchDashboardsRequest searchDashboardsRequest)Searches for dashboards that belong to a user. -
Uses of SearchDashboardsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type SearchDashboardsRequest Constructor Description SearchDashboardsIterable(QuickSightClient client, SearchDashboardsRequest firstRequest)SearchDashboardsPublisher(QuickSightAsyncClient client, SearchDashboardsRequest firstRequest) -
Uses of SearchDashboardsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type SearchDashboardsRequest Modifier and Type Method Description SdkHttpFullRequestSearchDashboardsRequestMarshaller. marshall(SearchDashboardsRequest searchDashboardsRequest)
-