| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentUpdateRequest |
ComponentUpdateRequest.addPropertyUpdatesEntry(String key,
PropertyRequest value)
Add a single PropertyUpdates entry
|
ComponentUpdateRequest |
ComponentUpdateRequest.clearPropertyUpdatesEntries()
Removes all the entries added into PropertyUpdates.
|
ComponentUpdateRequest |
ComponentUpdateRequest.clone() |
ComponentUpdateRequest |
ComponentUpdateRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentUpdateRequest |
ComponentUpdateRequest.withDescription(String description)
The description of the component type.
|
ComponentUpdateRequest |
ComponentUpdateRequest.withPropertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
ComponentUpdateRequest |
ComponentUpdateRequest.withUpdateType(ComponentUpdateType updateType)
The update type of the component update request.
|
ComponentUpdateRequest |
ComponentUpdateRequest.withUpdateType(String updateType)
The update type of the component update request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentUpdateRequest> |
UpdateEntityRequest.getComponentUpdates()
An object that maps strings to the component updates in the request.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityRequest |
UpdateEntityRequest.addComponentUpdatesEntry(String key,
ComponentUpdateRequest value)
Add a single ComponentUpdates entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEntityRequest.setComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
UpdateEntityRequest |
UpdateEntityRequest.withComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
Copyright © 2022. All rights reserved.