Uses of Class
software.amazon.awssdk.services.pipes.model.MultiMeasureAttributeMapping
-
Packages that use MultiMeasureAttributeMapping Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of MultiMeasureAttributeMapping in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type MultiMeasureAttributeMapping Modifier and Type Method Description List<MultiMeasureAttributeMapping>MultiMeasureMapping. multiMeasureAttributeMappings()Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.Methods in software.amazon.awssdk.services.pipes.model with parameters of type MultiMeasureAttributeMapping Modifier and Type Method Description MultiMeasureMapping.BuilderMultiMeasureMapping.Builder. multiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type MultiMeasureAttributeMapping Modifier and Type Method Description MultiMeasureMapping.BuilderMultiMeasureMapping.Builder. multiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
-