Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDashboardsRequest
-
Packages that use ListDashboardsRequest 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 ListDashboardsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListDashboardsRequest Modifier and Type Method Description default CompletableFuture<ListDashboardsResponse>QuickSightAsyncClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account.default ListDashboardsResponseQuickSightClient. listDashboards(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account.default ListDashboardsPublisherQuickSightAsyncClient. listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account.default ListDashboardsIterableQuickSightClient. listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)Lists dashboards in an Amazon Web Services account. -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListDashboardsRequest Constructor Description ListDashboardsIterable(QuickSightClient client, ListDashboardsRequest firstRequest)ListDashboardsPublisher(QuickSightAsyncClient client, ListDashboardsRequest firstRequest) -
Uses of ListDashboardsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListDashboardsRequest Modifier and Type Method Description SdkHttpFullRequestListDashboardsRequestMarshaller. marshall(ListDashboardsRequest listDashboardsRequest)
-