| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
GetUsageForecastResponse.total()
How much you're forecasted to use over the forecast period.
|
MetricValue |
GetCostForecastResponse.total()
How much you are forecasted to spend over the forecast period, in
USD. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetricValue> |
Group.metrics()
The metrics that are included in this group.
|
Map<String,MetricValue> |
ResultByTime.total()
The total amount of cost or usage accrued during the time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageForecastResponse.Builder |
GetUsageForecastResponse.Builder.total(MetricValue total)
How much you're forecasted to use over the forecast period.
|
GetCostForecastResponse.Builder |
GetCostForecastResponse.Builder.total(MetricValue total)
How much you are forecasted to spend over the forecast period, in
USD. |
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.metrics(Map<String,MetricValue> metrics)
The metrics that are included in this group.
|
ResultByTime.Builder |
ResultByTime.Builder.total(Map<String,MetricValue> total)
The total amount of cost or usage accrued during the time period.
|
Copyright © 2022. All rights reserved.