| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsResult |
AbstractAmazonQuickSight.listDashboardVersions(ListDashboardVersionsRequest request) |
ListDashboardVersionsResult |
AmazonQuickSight.listDashboardVersions(ListDashboardVersionsRequest listDashboardVersionsRequest)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
ListDashboardVersionsResult |
AmazonQuickSightClient.listDashboardVersions(ListDashboardVersionsRequest request)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardVersionsResult> |
AbstractAmazonQuickSightAsync.listDashboardVersionsAsync(ListDashboardVersionsRequest request,
AsyncHandler<ListDashboardVersionsRequest,ListDashboardVersionsResult> asyncHandler) |
Future<ListDashboardVersionsResult> |
AmazonQuickSightAsync.listDashboardVersionsAsync(ListDashboardVersionsRequest listDashboardVersionsRequest,
AsyncHandler<ListDashboardVersionsRequest,ListDashboardVersionsResult> asyncHandler)
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
Future<ListDashboardVersionsResult> |
AmazonQuickSightAsyncClient.listDashboardVersionsAsync(ListDashboardVersionsRequest request,
AsyncHandler<ListDashboardVersionsRequest,ListDashboardVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsResult |
ListDashboardVersionsResult.clone() |
ListDashboardVersionsResult |
ListDashboardVersionsResult.withDashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withDashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2023. All rights reserved.