Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDashboardVersionsRequest
-
Packages that use ListDashboardVersionsRequest 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 ListDashboardVersionsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListDashboardVersionsRequest Modifier and Type Method Description default CompletableFuture<ListDashboardVersionsResponse>QuickSightAsyncClient. listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsResponseQuickSightClient. listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsPublisherQuickSightAsyncClient. listDashboardVersionsPaginator(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription.default ListDashboardVersionsIterableQuickSightClient. listDashboardVersionsPaginator(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the Amazon QuickSight subscription. -
Uses of ListDashboardVersionsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListDashboardVersionsRequest Constructor Description ListDashboardVersionsIterable(QuickSightClient client, ListDashboardVersionsRequest firstRequest)ListDashboardVersionsPublisher(QuickSightAsyncClient client, ListDashboardVersionsRequest firstRequest) -
Uses of ListDashboardVersionsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListDashboardVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListDashboardVersionsRequestMarshaller. marshall(ListDashboardVersionsRequest listDashboardVersionsRequest)
-