Uses of Class
software.amazon.awssdk.services.timestreamquery.model.Type
-
Packages that use Type Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of Type in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return Type Modifier and Type Method Description TypeColumnInfo. type()The data type of the result set column.TypeParameterMapping. type()Returns the value of the Type property for this object.TypeSelectColumn. type()Returns the value of the Type property for this object.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type Type Modifier and Type Method Description ColumnInfo.BuilderColumnInfo.Builder. type(Type type)The data type of the result set column.ParameterMapping.BuilderParameterMapping.Builder. type(Type type)Sets the value of the Type property for this object.SelectColumn.BuilderSelectColumn.Builder. type(Type type)Sets the value of the Type property for this object.
-