| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardSummary |
DashboardSummary.clone() |
DashboardSummary |
DashboardSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardSummary |
DashboardSummary.withCreatedTime(Date createdTime)
The time that this dashboard was created.
|
DashboardSummary |
DashboardSummary.withDashboardId(String dashboardId)
Dashboard ID.
|
DashboardSummary |
DashboardSummary.withLastPublishedTime(Date lastPublishedTime)
The last time that this dashboard was published.
|
DashboardSummary |
DashboardSummary.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dashboard was updated.
|
DashboardSummary |
DashboardSummary.withName(String name)
A display name for the dashboard.
|
DashboardSummary |
DashboardSummary.withPublishedVersionNumber(Long publishedVersionNumber)
Published version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardSummary> |
ListDashboardsResult.getDashboardSummaryList()
A structure that contains all of the dashboards shared with the user.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards shared with the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardsResult.setDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards shared with the user.
|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards shared with the user.
|
Copyright © 2019. All rights reserved.