Uses of Class
software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
Packages that use DimensionMapping Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of DimensionMapping in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type DimensionMapping Modifier and Type Method Description List<DimensionMapping>TimestreamConfiguration. dimensionMappings()This is to allow mapping column(s) from the query result to the dimension in the destination table.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type DimensionMapping Modifier and Type Method Description TimestreamConfiguration.BuilderTimestreamConfiguration.Builder. dimensionMappings(DimensionMapping... dimensionMappings)This is to allow mapping column(s) from the query result to the dimension in the destination table.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type DimensionMapping Modifier and Type Method Description TimestreamConfiguration.BuilderTimestreamConfiguration.Builder. dimensionMappings(Collection<DimensionMapping> dimensionMappings)This is to allow mapping column(s) from the query result to the dimension in the destination table.
-