| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyRequest |
PropertyRequest.clone() |
PropertyRequest |
PropertyRequest.withDefinition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
|
PropertyRequest |
PropertyRequest.withUpdateType(PropertyUpdateType updateType)
The update type of the update property request.
|
PropertyRequest |
PropertyRequest.withUpdateType(String updateType)
The update type of the update property request.
|
PropertyRequest |
PropertyRequest.withValue(DataValue value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyRequest> |
CompositeComponentRequest.getProperties()
This is an object that maps strings to the properties to set in the component type.
|
Map<String,PropertyRequest> |
ComponentRequest.getProperties()
An object that maps strings to the properties to set in the component type.
|
Map<String,PropertyRequest> |
CompositeComponentUpdateRequest.getPropertyUpdates()
An object that maps strings to the properties to set in the component type update.
|
Map<String,PropertyRequest> |
ComponentUpdateRequest.getPropertyUpdates()
An object that maps strings to the properties to set in the component type update.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeComponentRequest |
CompositeComponentRequest.addPropertiesEntry(String key,
PropertyRequest value)
Add a single Properties entry
|
ComponentRequest |
ComponentRequest.addPropertiesEntry(String key,
PropertyRequest value)
Add a single Properties entry
|
CompositeComponentUpdateRequest |
CompositeComponentUpdateRequest.addPropertyUpdatesEntry(String key,
PropertyRequest value)
Add a single PropertyUpdates entry
|
ComponentUpdateRequest |
ComponentUpdateRequest.addPropertyUpdatesEntry(String key,
PropertyRequest value)
Add a single PropertyUpdates entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeComponentRequest.setProperties(Map<String,PropertyRequest> properties)
This is an object that maps strings to the properties to set in the component type.
|
void |
ComponentRequest.setProperties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type.
|
void |
CompositeComponentUpdateRequest.setPropertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
void |
ComponentUpdateRequest.setPropertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
CompositeComponentRequest |
CompositeComponentRequest.withProperties(Map<String,PropertyRequest> properties)
This is an object that maps strings to the properties to set in the component type.
|
ComponentRequest |
ComponentRequest.withProperties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type.
|
CompositeComponentUpdateRequest |
CompositeComponentUpdateRequest.withPropertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
ComponentUpdateRequest |
ComponentUpdateRequest.withPropertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
Copyright © 2024. All rights reserved.