Uses of Class
software.amazon.awssdk.services.timestreamquery.model.DimensionValueType
-
Packages that use DimensionValueType Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of DimensionValueType in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return DimensionValueType Modifier and Type Method Description DimensionValueTypeDimensionMapping. dimensionValueType()Type for the dimension.static DimensionValueTypeDimensionValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DimensionValueTypeDimensionValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static DimensionValueType[]DimensionValueType. 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 DimensionValueType Modifier and Type Method Description static Set<DimensionValueType>DimensionValueType. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type DimensionValueType Modifier and Type Method Description DimensionMapping.BuilderDimensionMapping.Builder. dimensionValueType(DimensionValueType dimensionValueType)Type for the dimension.
-