Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ScalarType
-
Packages that use ScalarType Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ScalarType in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ScalarType Modifier and Type Method Description static ScalarTypeScalarType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalarTypeType. scalarType()Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.static ScalarTypeScalarType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarType[]ScalarType. 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 ScalarType Modifier and Type Method Description static Set<ScalarType>ScalarType. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ScalarType Modifier and Type Method Description Type.BuilderType.Builder. scalarType(ScalarType scalarType)Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
-