| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
PropertyValueEntry.propertyValues()
A list of objects that specify time series property values.
|
List<PropertyValue> |
PropertyValueHistory.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 |
|---|---|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.propertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
PropertyValueHistory.Builder |
PropertyValueHistory.Builder.values(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 |
|---|---|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.propertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueHistory.Builder |
PropertyValueHistory.Builder.values(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
Copyright © 2023. All rights reserved.