Uses of Class
software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
Packages that use ColumnInfo Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ColumnInfo in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ColumnInfo Modifier and Type Method Description ColumnInfoType. arrayColumnInfo()Indicates if the column is an array.ColumnInfoType. timeSeriesMeasureValueColumnInfo()Indicates if the column is a timeseries data type.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ColumnInfo Modifier and Type Method Description List<ColumnInfo>QueryResponse. columnInfo()The column data types of the returned result set.List<ColumnInfo>Type. rowColumnInfo()Indicates if the column is a row.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type ColumnInfo Modifier and Type Method Description Type.BuilderType.Builder. arrayColumnInfo(ColumnInfo arrayColumnInfo)Indicates if the column is an array.QueryResponse.BuilderQueryResponse.Builder. columnInfo(ColumnInfo... columnInfo)The column data types of the returned result set.Type.BuilderType.Builder. rowColumnInfo(ColumnInfo... rowColumnInfo)Indicates if the column is a row.Type.BuilderType.Builder. timeSeriesMeasureValueColumnInfo(ColumnInfo timeSeriesMeasureValueColumnInfo)Indicates if the column is a timeseries data type.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type ColumnInfo Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. columnInfo(Collection<ColumnInfo> columnInfo)The column data types of the returned result set.Type.BuilderType.Builder. rowColumnInfo(Collection<ColumnInfo> rowColumnInfo)Indicates if the column is a row.
-