Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.DataValue
Packages that use DataValue
-
Uses of DataValue in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataValueModifier and TypeMethodDescriptionfinal DataValuePropertyDefinitionRequest.defaultValue()An object that contains the default value.final DataValuePropertyDefinitionResponse.defaultValue()An object that contains the default value.final DataValuePropertyLatestValue.propertyValue()The value of the property.final DataValuePropertyFilter.value()The value associated with this property filter.final DataValuePropertyRequest.value()The value of the property.final DataValuePropertyResponse.value()The value of the property.final DataValuePropertySummary.value()This is the value for the property.final DataValuePropertyValue.value()An object that specifies a value for a time series property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DataValueModifier and TypeMethodDescriptionDataType.allowedValues()The allowed values for this data type.DataValue.listValue()A list of multiple values.DataValue.mapValue()An object that maps strings to multipleDataValueobjects.GetPropertyValueResponse.tabularPropertyValues()A table of property values.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type DataValueModifier and TypeMethodDescriptionDataType.Builder.allowedValues(DataValue... allowedValues) The allowed values for this data type.PropertyDefinitionRequest.Builder.defaultValue(DataValue defaultValue) An object that contains the default value.PropertyDefinitionResponse.Builder.defaultValue(DataValue defaultValue) An object that contains the default value.A list of multiple values.PropertyLatestValue.Builder.propertyValue(DataValue propertyValue) The value of the property.The value associated with this property filter.The value of the property.The value of the property.This is the value for the property.An object that specifies a value for a time series property.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type DataValueModifier and TypeMethodDescriptionDataType.Builder.allowedValues(Collection<DataValue> allowedValues) The allowed values for this data type.DataValue.Builder.listValue(Collection<DataValue> listValue) A list of multiple values.An object that maps strings to multipleDataValueobjects.GetPropertyValueResponse.Builder.tabularPropertyValues(Collection<? extends Collection<? extends Map<String, DataValue>>> tabularPropertyValues) A table of property values.