| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
TotalImpactFilter |
TotalImpactFilter.clone() |
TotalImpactFilter |
GetAnomaliesRequest.getTotalImpact()
Filters anomaly results by the total impact field on the anomaly object.
|
TotalImpactFilter |
TotalImpactFilter.withEndValue(Double endValue)
The upper bound dollar value that's used in the filter.
|
TotalImpactFilter |
TotalImpactFilter.withNumericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter |
TotalImpactFilter.withNumericOperator(String numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter |
TotalImpactFilter.withStartValue(Double startValue)
The lower bound dollar value that's used in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAnomaliesRequest.setTotalImpact(TotalImpactFilter totalImpact)
Filters anomaly results by the total impact field on the anomaly object.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withTotalImpact(TotalImpactFilter totalImpact)
Filters anomaly results by the total impact field on the anomaly object.
|
Copyright © 2025. All rights reserved.