Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValue
Packages that use PropertyValue
-
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 PropertyValueModifier and TypeMethodDescriptionfinal List<PropertyValue>PropertyValueEntry.propertyValues()A list of objects that specify time series property values.final 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 PropertyValueModifier and TypeMethodDescriptionPropertyValueEntry.Builder.propertyValues(PropertyValue... propertyValues) A list of objects that specify time series property values.PropertyValueHistory.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 PropertyValueModifier and TypeMethodDescriptionPropertyValueEntry.Builder.propertyValues(Collection<PropertyValue> propertyValues) A list of objects that specify time series property values.PropertyValueHistory.Builder.values(Collection<PropertyValue> values) A list of objects that contain information about the values in the history of a time series property.