| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDashboardVersionsResponse |
QuickSightClient.listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the QuickSight subscription.
|
default CompletableFuture<ListDashboardVersionsResponse> |
QuickSightAsyncClient.listDashboardVersions(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the QuickSight subscription.
|
default ListDashboardVersionsIterable |
QuickSightClient.listDashboardVersionsPaginator(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the QuickSight subscription.
|
default ListDashboardVersionsPublisher |
QuickSightAsyncClient.listDashboardVersionsPaginator(Consumer<ListDashboardVersionsRequest.Builder> listDashboardVersionsRequest)
Lists all the versions of the dashboards in the QuickSight subscription.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.awsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're listing versions for.
|
static ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.builder() |
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.dashboardId(String dashboardId)
The ID for the dashboard.
|
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDashboardVersionsRequest.Builder |
ListDashboardVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDashboardVersionsRequest.Builder> |
ListDashboardVersionsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.