Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Dimension in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>Record. dimensions()Contains the list of dimensions for time-series data points.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type Dimension Modifier and Type Method Description Record.BuilderRecord.Builder. dimensions(Dimension... dimensions)Contains the list of dimensions for time-series data points.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Dimension Modifier and Type Method Description Record.BuilderRecord.Builder. dimensions(Collection<Dimension> dimensions)Contains the list of dimensions for time-series data points.
-