| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementDescription |
PlacementDescription.addAttributesEntry(String key,
String value) |
PlacementDescription |
PlacementDescription.clearAttributesEntries()
Removes all the entries added into Attributes.
|
PlacementDescription |
PlacementDescription.clone() |
PlacementDescription |
DescribePlacementResult.getPlacement()
An object describing the placement.
|
PlacementDescription |
PlacementDescription.withAttributes(Map<String,String> attributes)
The user-defined attributes associated with the placement.
|
PlacementDescription |
PlacementDescription.withCreatedDate(Date createdDate)
The date when the placement was initially created, in UNIX epoch time format.
|
PlacementDescription |
PlacementDescription.withPlacementName(String placementName)
The name of the placement.
|
PlacementDescription |
PlacementDescription.withProjectName(String projectName)
The name of the project containing the placement.
|
PlacementDescription |
PlacementDescription.withUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePlacementResult.setPlacement(PlacementDescription placement)
An object describing the placement.
|
DescribePlacementResult |
DescribePlacementResult.withPlacement(PlacementDescription placement)
An object describing the placement.
|
Copyright © 2018. All rights reserved.