| 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 in your Amazon Web Services account.
|
List<DashboardSummary> |
SearchDashboardsResult.getDashboardSummaryList()
The list of dashboards owned by the user specified in
Filters in your request. |
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
A structure that contains all of the dashboards in your Amazon Web Services account.
|
SearchDashboardsResult |
SearchDashboardsResult.withDashboardSummaryList(DashboardSummary... dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardsResult.setDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your Amazon Web Services account.
|
void |
SearchDashboardsResult.setDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
A structure that contains all of the dashboards in your Amazon Web Services account.
|
SearchDashboardsResult |
SearchDashboardsResult.withDashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)
The list of dashboards owned by the user specified in
Filters in your request. |
Copyright © 2023. All rights reserved.