| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
ContributionMatrix |
ContributionMatrix.clone() |
ContributionMatrix |
MetricLevelImpact.getContributionMatrix()
Details about the dimensions that contributed to the anomaly.
|
ContributionMatrix |
ContributionMatrix.withDimensionContributionList(Collection<DimensionContribution> dimensionContributionList)
A list of contributing dimensions.
|
ContributionMatrix |
ContributionMatrix.withDimensionContributionList(DimensionContribution... dimensionContributionList)
A list of contributing dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricLevelImpact.setContributionMatrix(ContributionMatrix contributionMatrix)
Details about the dimensions that contributed to the anomaly.
|
MetricLevelImpact |
MetricLevelImpact.withContributionMatrix(ContributionMatrix contributionMatrix)
Details about the dimensions that contributed to the anomaly.
|
Copyright © 2021. All rights reserved.