| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionNameValue |
DimensionNameValue.clone() |
DimensionNameValue |
DimensionNameValue.withDimensionName(String dimensionName)
The name of the dimension.
|
DimensionNameValue |
DimensionNameValue.withDimensionValue(String dimensionValue)
The value of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionNameValue> |
TimeSeries.getDimensionList()
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.withDimensionList(DimensionNameValue... dimensionList)
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeries.setDimensionList(Collection<DimensionNameValue> dimensionList)
The dimensions of the metric.
|
TimeSeries |
TimeSeries.withDimensionList(Collection<DimensionNameValue> dimensionList)
The dimensions of the metric.
|
Copyright © 2025. All rights reserved.