Uses of Class
software.amazon.awssdk.services.pipes.model.SingleMeasureMapping
-
Packages that use SingleMeasureMapping Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SingleMeasureMapping in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type SingleMeasureMapping Modifier and Type Method Description List<SingleMeasureMapping>PipeTargetTimestreamParameters. singleMeasureMappings()Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.Methods in software.amazon.awssdk.services.pipes.model with parameters of type SingleMeasureMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. singleMeasureMappings(SingleMeasureMapping... singleMeasureMappings)Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type SingleMeasureMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. singleMeasureMappings(Collection<SingleMeasureMapping> singleMeasureMappings)Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
-