Uses of Class
software.amazon.awssdk.services.timestreamquery.model.MeasureValueType
-
Packages that use MeasureValueType Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of MeasureValueType in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return MeasureValueType Modifier and Type Method Description static MeasureValueTypeMeasureValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MeasureValueTypeMixedMeasureMapping. measureValueType()Type of the value that is to be read from sourceColumn.static MeasureValueTypeMeasureValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureValueType[]MeasureValueType. 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 MeasureValueType Modifier and Type Method Description static Set<MeasureValueType>MeasureValueType. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type MeasureValueType Modifier and Type Method Description MixedMeasureMapping.BuilderMixedMeasureMapping.Builder. measureValueType(MeasureValueType measureValueType)Type of the value that is to be read from sourceColumn.
-