Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.DimensionNameValue
-
Packages that use DimensionNameValue Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DimensionNameValue in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DimensionNameValue Modifier and Type Method Description List<DimensionNameValue>TimeSeries. dimensionList()The dimensions of the metric.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type DimensionNameValue Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. dimensionList(DimensionNameValue... dimensionList)The dimensions of the metric.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type DimensionNameValue Modifier and Type Method Description TimeSeries.BuilderTimeSeries.Builder. dimensionList(Collection<DimensionNameValue> dimensionList)The dimensions of the metric.
-