| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDashboardVersionsResult> |
AmazonQuickSightAsyncClient.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 QuickSight subscription.
|
Future<ListDashboardVersionsResult> |
AbstractAmazonQuickSightAsync.listDashboardVersionsAsync(ListDashboardVersionsRequest request,
AsyncHandler<ListDashboardVersionsRequest,ListDashboardVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsRequest |
ListDashboardVersionsRequest.clone() |
ListDashboardVersionsRequest |
ListDashboardVersionsRequest.withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're listing versions for.
|
ListDashboardVersionsRequest |
ListDashboardVersionsRequest.withDashboardId(String dashboardId)
The ID for the dashboard.
|
ListDashboardVersionsRequest |
ListDashboardVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardVersionsRequest |
ListDashboardVersionsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
Copyright © 2021. All rights reserved.