Uses of Class
software.amazon.awssdk.services.pipes.model.DimensionMapping
-
Packages that use DimensionMapping Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of DimensionMapping in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type DimensionMapping Modifier and Type Method Description List<DimensionMapping>PipeTargetTimestreamParameters. dimensionMappings()Map source data to dimensions in the target Timestream for LiveAnalytics table.Methods in software.amazon.awssdk.services.pipes.model with parameters of type DimensionMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. dimensionMappings(DimensionMapping... dimensionMappings)Map source data to dimensions in the target Timestream for LiveAnalytics table.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type DimensionMapping Modifier and Type Method Description PipeTargetTimestreamParameters.BuilderPipeTargetTimestreamParameters.Builder. dimensionMappings(Collection<DimensionMapping> dimensionMappings)Map source data to dimensions in the target Timestream for LiveAnalytics table.
-