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