| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription |
ProjectDescription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ProjectDescription |
ProjectDescription.clearTagsEntries()
Removes all the entries added into Tags.
|
ProjectDescription |
ProjectDescription.clone() |
ProjectDescription |
DescribeProjectResult.getProject()
An object describing the project.
|
ProjectDescription |
ProjectDescription.withArn(String arn)
The ARN of the project.
|
ProjectDescription |
ProjectDescription.withCreatedDate(Date createdDate)
The date when the project was originally created, in UNIX epoch time format.
|
ProjectDescription |
ProjectDescription.withDescription(String description)
The description of the project.
|
ProjectDescription |
ProjectDescription.withPlacementTemplate(PlacementTemplate placementTemplate)
An object describing the project's placement specifications.
|
ProjectDescription |
ProjectDescription.withProjectName(String projectName)
The name of the project for which to obtain information from.
|
ProjectDescription |
ProjectDescription.withTags(Map<String,String> tags)
The tags (metadata key/value pairs) associated with the project.
|
ProjectDescription |
ProjectDescription.withUpdatedDate(Date updatedDate)
The date when the project was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectResult.setProject(ProjectDescription project)
An object describing the project.
|
DescribeProjectResult |
DescribeProjectResult.withProject(ProjectDescription project)
An object describing the project.
|
Copyright © 2024. All rights reserved.