| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.addTagsEntry(String key,
String value) |
ProjectSummary |
ProjectSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ProjectSummary |
ProjectSummary.clone() |
ProjectSummary |
ProjectSummary.withArn(String arn)
The ARN of the project.
|
ProjectSummary |
ProjectSummary.withCreatedDate(Date createdDate)
The date when the project was originally created, in UNIX epoch time format.
|
ProjectSummary |
ProjectSummary.withProjectName(String projectName)
The name of the project being summarized.
|
ProjectSummary |
ProjectSummary.withTags(Map<String,String> tags)
The tags (metadata key/value pairs) associated with the project.
|
ProjectSummary |
ProjectSummary.withUpdatedDate(Date updatedDate)
The date when the project was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResult.getProjects()
An object containing the list of projects.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withProjects(ProjectSummary... projects)
An object containing the list of projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setProjects(Collection<ProjectSummary> projects)
An object containing the list of projects.
|
ListProjectsResult |
ListProjectsResult.withProjects(Collection<ProjectSummary> projects)
An object containing the list of projects.
|
Copyright © 2019. All rights reserved.