| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDashboardVersionsResponse |
QuickSightClient.listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
default ListDashboardVersionsResponse |
QuickSightClient.listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDashboardVersionsResponse> |
QuickSightAsyncClient.listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
default CompletableFuture<ListDashboardVersionsResponse> |
QuickSightAsyncClient.listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDashboardVersionsResponse> |
ListDashboardVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDashboardVersionsResponse> subscriber) |
Copyright © 2023. All rights reserved.