| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Impact |
Impact.clone() |
Impact |
Anomaly.getImpact()
The dollar impact for the anomaly.
|
Impact |
Impact.withMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
Impact |
Impact.withTotalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
|
Impact |
Impact.withTotalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly.
|
Impact |
Impact.withTotalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend.
|
Impact |
Impact.withTotalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setImpact(Impact impact)
The dollar impact for the anomaly.
|
Anomaly |
Anomaly.withImpact(Impact impact)
The dollar impact for the anomaly.
|
Copyright © 2023. All rights reserved.