Uses of Class
software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
Packages that use MixedMeasureMapping Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of MixedMeasureMapping in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type MixedMeasureMapping Modifier and Type Method Description List<MixedMeasureMapping>TimestreamConfiguration. mixedMeasureMappings()Specifies how to map measures to multi-measure records.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type MixedMeasureMapping Modifier and Type Method Description TimestreamConfiguration.BuilderTimestreamConfiguration.Builder. mixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)Specifies how to map measures to multi-measure records.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type MixedMeasureMapping Modifier and Type Method Description TimestreamConfiguration.BuilderTimestreamConfiguration.Builder. mixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)Specifies how to map measures to multi-measure records.
-