Uses of Class
software.amazon.awssdk.services.pipes.model.MultiMeasureMapping
-
Packages that use MultiMeasureMapping Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of MultiMeasureMapping in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type MultiMeasureMapping Modifier and Type Method Description List<MultiMeasureMapping>PipeTargetTimestreamParameters. multiMeasureMappings()Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.Methods in software.amazon.awssdk.services.pipes.model with parameters of type MultiMeasureMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. multiMeasureMappings(MultiMeasureMapping... multiMeasureMappings)Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type MultiMeasureMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. multiMeasureMappings(Collection<MultiMeasureMapping> multiMeasureMappings)Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.
-