| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueHistory |
PropertyValueHistory.clone() |
PropertyValueHistory |
PropertyValueHistory.withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory |
PropertyValueHistory.withValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
PropertyValueHistory |
PropertyValueHistory.withValues(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValueHistory> |
GetPropertyValueHistoryResult.getPropertyValues()
An object that maps strings to the property definitions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.withPropertyValues(PropertyValueHistory... propertyValues)
An object that maps strings to the property definitions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPropertyValueHistoryResult.setPropertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.withPropertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type.
|
Copyright © 2024. All rights reserved.