| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionValueContribution |
DimensionValueContribution.clone() |
DimensionValueContribution |
DimensionValueContribution.withContributionScore(Double contributionScore)
The severity score of the value.
|
DimensionValueContribution |
DimensionValueContribution.withDimensionValue(String dimensionValue)
The value of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionValueContribution> |
DimensionContribution.getDimensionValueContributionList()
A list of dimension values that contributed to the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionContribution |
DimensionContribution.withDimensionValueContributionList(DimensionValueContribution... dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionContribution.setDimensionValueContributionList(Collection<DimensionValueContribution> dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
DimensionContribution |
DimensionContribution.withDimensionValueContributionList(Collection<DimensionValueContribution> dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
Copyright © 2023. All rights reserved.