| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyLatestValue |
PropertyLatestValue.clone() |
PropertyLatestValue |
PropertyLatestValue.withPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.
|
PropertyLatestValue |
PropertyLatestValue.withPropertyValue(DataValue propertyValue)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyLatestValue> |
GetPropertyValueResult.getPropertyValues()
An object that maps strings to the properties and latest property values in the response.
|
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResult |
GetPropertyValueResult.addPropertyValuesEntry(String key,
PropertyLatestValue value)
Add a single PropertyValues entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPropertyValueResult.setPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
GetPropertyValueResult |
GetPropertyValueResult.withPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
Copyright © 2024. All rights reserved.