| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardVersionSummary |
DashboardVersionSummary.clone() |
DashboardVersionSummary |
DashboardVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardVersionSummary |
DashboardVersionSummary.withCreatedTime(Date createdTime)
The time that this dashboard version was created.
|
DashboardVersionSummary |
DashboardVersionSummary.withDescription(String description)
Description.
|
DashboardVersionSummary |
DashboardVersionSummary.withSourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
DashboardVersionSummary |
DashboardVersionSummary.withStatus(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersionSummary |
DashboardVersionSummary.withStatus(String status)
The HTTP status of the request.
|
DashboardVersionSummary |
DashboardVersionSummary.withVersionNumber(Long versionNumber)
Version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardVersionSummary> |
ListDashboardVersionsResult.getDashboardVersionSummaryList()
A structure that contains information about each version of the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withDashboardVersionSummaryList(DashboardVersionSummary... dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardVersionsResult.setDashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
ListDashboardVersionsResult |
ListDashboardVersionsResult.withDashboardVersionSummaryList(Collection<DashboardVersionSummary> dashboardVersionSummaryList)
A structure that contains information about each version of the dashboard.
|
Copyright © 2020. All rights reserved.