| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
MetricValue.Builder |
MetricValue.Builder.amount(String amount)
The actual number that represents the metric.
|
static MetricValue.Builder |
MetricValue.builder() |
MetricValue.Builder |
MetricValue.toBuilder() |
MetricValue.Builder |
MetricValue.Builder.unit(String unit)
The unit that the metric is given in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetricValue.Builder> |
MetricValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetUsageForecastResponse.Builder |
GetUsageForecastResponse.Builder.total(Consumer<MetricValue.Builder> total)
How much you're forecasted to use over the forecast period.
|
default GetCostForecastResponse.Builder |
GetCostForecastResponse.Builder.total(Consumer<MetricValue.Builder> total)
How much you are forecasted to spend over the forecast period, in
USD. |
Copyright © 2023. All rights reserved.