| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementTemplate |
PlacementTemplate.addDefaultAttributesEntry(String key,
String value)
Add a single DefaultAttributes entry
|
PlacementTemplate |
PlacementTemplate.addDeviceTemplatesEntry(String key,
DeviceTemplate value)
Add a single DeviceTemplates entry
|
PlacementTemplate |
PlacementTemplate.clearDefaultAttributesEntries()
Removes all the entries added into DefaultAttributes.
|
PlacementTemplate |
PlacementTemplate.clearDeviceTemplatesEntries()
Removes all the entries added into DeviceTemplates.
|
PlacementTemplate |
PlacementTemplate.clone() |
PlacementTemplate |
ProjectDescription.getPlacementTemplate()
An object describing the project's placement specifications.
|
PlacementTemplate |
CreateProjectRequest.getPlacementTemplate()
The schema defining the placement to be created.
|
PlacementTemplate |
UpdateProjectRequest.getPlacementTemplate()
An object defining the project update.
|
PlacementTemplate |
PlacementTemplate.withDefaultAttributes(Map<String,String> defaultAttributes)
The default attributes (key/value pairs) to be applied to all placements using this template.
|
PlacementTemplate |
PlacementTemplate.withDeviceTemplates(Map<String,DeviceTemplate> deviceTemplates)
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDescription.setPlacementTemplate(PlacementTemplate placementTemplate)
An object describing the project's placement specifications.
|
void |
CreateProjectRequest.setPlacementTemplate(PlacementTemplate placementTemplate)
The schema defining the placement to be created.
|
void |
UpdateProjectRequest.setPlacementTemplate(PlacementTemplate placementTemplate)
An object defining the project update.
|
ProjectDescription |
ProjectDescription.withPlacementTemplate(PlacementTemplate placementTemplate)
An object describing the project's placement specifications.
|
CreateProjectRequest |
CreateProjectRequest.withPlacementTemplate(PlacementTemplate placementTemplate)
The schema defining the placement to be created.
|
UpdateProjectRequest |
UpdateProjectRequest.withPlacementTemplate(PlacementTemplate placementTemplate)
An object defining the project update.
|
Copyright © 2021. All rights reserved.