Uses of Class
software.amazon.awssdk.services.costexplorer.model.MetricValue
-
Packages that use MetricValue Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of MetricValue in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return MetricValue Modifier and Type Method Description MetricValueGetCostForecastResponse. total()How much you are forecasted to spend over the forecast period, inUSD.MetricValueGetUsageForecastResponse. total()How much you're forecasted to use over the forecast period.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type MetricValue Modifier and Type Method 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.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type MetricValue Modifier and Type Method Description GetCostForecastResponse.BuilderGetCostForecastResponse.Builder. total(MetricValue total)How much you are forecasted to spend over the forecast period, inUSD.GetUsageForecastResponse.BuilderGetUsageForecastResponse.Builder. total(MetricValue total)How much you're forecasted to use over the forecast period.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type MetricValue Modifier and Type Method Description Group.BuilderGroup.Builder. metrics(Map<String,MetricValue> metrics)The metrics that are included in this group.ResultByTime.BuilderResultByTime.Builder. total(Map<String,MetricValue> total)The total amount of cost or usage accrued during the time period.
-