Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ScalarMeasureValueType
-
Packages that use ScalarMeasureValueType Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ScalarMeasureValueType in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ScalarMeasureValueType Modifier and Type Method Description static ScalarMeasureValueTypeScalarMeasureValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalarMeasureValueTypeMultiMeasureAttributeMapping. measureValueType()Type of the attribute to be read from the source column.static ScalarMeasureValueTypeScalarMeasureValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarMeasureValueType[]ScalarMeasureValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ScalarMeasureValueType Modifier and Type Method Description static Set<ScalarMeasureValueType>ScalarMeasureValueType. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ScalarMeasureValueType Modifier and Type Method Description MultiMeasureAttributeMapping.BuilderMultiMeasureAttributeMapping.Builder. measureValueType(ScalarMeasureValueType measureValueType)Type of the attribute to be read from the source column.
-