Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.DataValue
-
Packages that use DataValue Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of DataValue in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataValue Modifier and Type Method Description DataValuePropertyDefinitionRequest. defaultValue()An object that contains the default value.DataValuePropertyDefinitionResponse. defaultValue()An object that contains the default value.DataValuePropertyLatestValue. propertyValue()The value of the property.DataValuePropertyFilter. value()The value associated with this property filter.DataValuePropertyRequest. value()The value of the property.DataValuePropertyResponse. value()The value of the property.DataValuePropertySummary. value()This is the value for the property.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 DataValue Modifier and Type Method Description List<DataValue>DataType. allowedValues()The allowed values for this data type.List<DataValue>DataValue. listValue()A list of multiple values.Map<String,DataValue>DataValue. mapValue()An object that maps strings to multipleDataValueobjects.List<List<Map<String,DataValue>>>GetPropertyValueResponse. tabularPropertyValues()A table of property values.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type DataValue Modifier and Type Method Description DataType.BuilderDataType.Builder. allowedValues(DataValue... allowedValues)The allowed values for this data type.PropertyDefinitionRequest.BuilderPropertyDefinitionRequest.Builder. defaultValue(DataValue defaultValue)An object that contains the default value.PropertyDefinitionResponse.BuilderPropertyDefinitionResponse.Builder. defaultValue(DataValue defaultValue)An object that contains the default value.DataValue.BuilderDataValue.Builder. listValue(DataValue... listValue)A list of multiple values.PropertyLatestValue.BuilderPropertyLatestValue.Builder. propertyValue(DataValue propertyValue)The value of the property.PropertyFilter.BuilderPropertyFilter.Builder. value(DataValue value)The value associated with this property filter.PropertyRequest.BuilderPropertyRequest.Builder. value(DataValue value)The value of the property.PropertyResponse.BuilderPropertyResponse.Builder. value(DataValue value)The value of the property.PropertySummary.BuilderPropertySummary.Builder. value(DataValue value)This is the value for the property.PropertyValue.BuilderPropertyValue.Builder. value(DataValue value)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 DataValue Modifier and Type Method Description DataType.BuilderDataType.Builder. allowedValues(Collection<DataValue> allowedValues)The allowed values for this data type.DataValue.BuilderDataValue.Builder. listValue(Collection<DataValue> listValue)A list of multiple values.DataValue.BuilderDataValue.Builder. mapValue(Map<String,DataValue> mapValue)An object that maps strings to multipleDataValueobjects.GetPropertyValueResponse.BuilderGetPropertyValueResponse.Builder. tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)A table of property values.
-