Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValue
-
Packages that use PropertyValue Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyValue in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValue Modifier and Type Method 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.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyValue Modifier and Type Method Description PropertyValueEntry.BuilderPropertyValueEntry.Builder. propertyValues(PropertyValue... propertyValues)A list of objects that specify time series property values.PropertyValueHistory.BuilderPropertyValueHistory.Builder. values(PropertyValue... values)A list of objects that contain information about the values in the history of a time series property.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyValue Modifier and Type Method Description PropertyValueEntry.BuilderPropertyValueEntry.Builder. propertyValues(Collection<PropertyValue> propertyValues)A list of objects that specify time series property values.PropertyValueHistory.BuilderPropertyValueHistory.Builder. values(Collection<PropertyValue> values)A list of objects that contain information about the values in the history of a time series property.
-