Uses of Class
software.amazon.awssdk.services.iot.model.TimestreamDimension
-
Packages that use TimestreamDimension Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TimestreamDimension in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TimestreamDimension Modifier and Type Method Description List<TimestreamDimension>TimestreamAction. dimensions()Metadata attributes of the time series that are written in each measure record.Methods in software.amazon.awssdk.services.iot.model with parameters of type TimestreamDimension Modifier and Type Method Description TimestreamAction.BuilderTimestreamAction.Builder. dimensions(TimestreamDimension... dimensions)Metadata attributes of the time series that are written in each measure record.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type TimestreamDimension Modifier and Type Method Description TimestreamAction.BuilderTimestreamAction.Builder. dimensions(Collection<TimestreamDimension> dimensions)Metadata attributes of the time series that are written in each measure record.
-