Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.MixedMeasureMapping
-
Packages that use MixedMeasureMapping Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of MixedMeasureMapping in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type MixedMeasureMapping Modifier and Type Method Description List<MixedMeasureMapping>DataModel. mixedMeasureMappings()Source to target mappings for measures.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type MixedMeasureMapping Modifier and Type Method Description DataModel.BuilderDataModel.Builder. mixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)Source to target mappings for measures.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type MixedMeasureMapping Modifier and Type Method Description DataModel.BuilderDataModel.Builder. mixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)Source to target mappings for measures.
-