| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValue.clone() |
PropertyValue |
PropertyValue.withTime(String time)
ISO8601 DateTime of a value for a time series property.
|
PropertyValue |
PropertyValue.withTimestamp(Date timestamp)
Deprecated.
|
PropertyValue |
PropertyValue.withValue(DataValue value)
An object that specifies a value for a time series property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
PropertyValueEntry.getPropertyValues()
A list of objects that specify time series property values.
|
List<PropertyValue> |
PropertyValueHistory.getValues()
A list of objects that contain information about the values in the history of a time series property.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValueEntry |
PropertyValueEntry.withPropertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
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 |
|---|---|
void |
PropertyValueEntry.setPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
void |
PropertyValueHistory.setValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
PropertyValueEntry |
PropertyValueEntry.withPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueHistory |
PropertyValueHistory.withValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
Copyright © 2024. All rights reserved.