| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardSummary |
DashboardSummary.clone() |
DashboardSummary |
DashboardSummary.withCreationDate(Date creationDate)
The date the dashboard was created, in Unix epoch time.
|
DashboardSummary |
DashboardSummary.withDescription(String description)
The dashboard's description.
|
DashboardSummary |
DashboardSummary.withId(String id)
The ID of the dashboard.
|
DashboardSummary |
DashboardSummary.withLastUpdateDate(Date lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
DashboardSummary |
DashboardSummary.withName(String name)
The name of the dashboard
|
| Modifier and Type | Method and Description |
|---|---|
List<DashboardSummary> |
ListDashboardsResult.getDashboardSummaries()
A list that summarizes each dashboard in the project.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardsResult.setDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResult |
ListDashboardsResult.withDashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
Copyright © 2020. All rights reserved.