| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementSummary |
PlacementSummary.clone() |
PlacementSummary |
PlacementSummary.withCreatedDate(Date createdDate)
The date when the placement was originally created, in UNIX epoch time format.
|
PlacementSummary |
PlacementSummary.withPlacementName(String placementName)
The name of the placement being summarized.
|
PlacementSummary |
PlacementSummary.withProjectName(String projectName)
The name of the project containing the placement.
|
PlacementSummary |
PlacementSummary.withUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlacementSummary> |
ListPlacementsResult.getPlacements()
An object listing the requested placements.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlacementsResult |
ListPlacementsResult.withPlacements(PlacementSummary... placements)
An object listing the requested placements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlacementsResult.setPlacements(Collection<PlacementSummary> placements)
An object listing the requested placements.
|
ListPlacementsResult |
ListPlacementsResult.withPlacements(Collection<PlacementSummary> placements)
An object listing the requested placements.
|
Copyright © 2018. All rights reserved.