Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDashboardVersionsResponse
-
Packages that use ListDashboardVersionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListDashboardVersionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListDashboardVersionsResponse Modifier and Type Method Description default ListDashboardVersionsResponseQuickSightClient. listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the QuickSight subscription.default ListDashboardVersionsResponseQuickSightClient. listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the QuickSight subscription.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListDashboardVersionsResponse Modifier and Type Method Description default CompletableFuture<ListDashboardVersionsResponse>QuickSightAsyncClient. listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)Lists all the versions of the dashboards in the QuickSight subscription.default CompletableFuture<ListDashboardVersionsResponse>QuickSightAsyncClient. listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)Lists all the versions of the dashboards in the QuickSight subscription. -
Uses of ListDashboardVersionsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListDashboardVersionsResponse Modifier and Type Method Description Iterator<ListDashboardVersionsResponse>ListDashboardVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListDashboardVersionsResponse Modifier and Type Method Description voidListDashboardVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDashboardVersionsResponse> subscriber)
-