Uses of Interface
software.amazon.awssdk.services.costexplorer.model.MetricValue.Builder
-
Packages that use MetricValue.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of MetricValue.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return MetricValue.Builder Modifier and Type Method Description MetricValue.BuilderMetricValue.Builder. amount(String amount)The actual number that represents the metric.static MetricValue.BuilderMetricValue. builder()MetricValue.BuilderMetricValue. toBuilder()MetricValue.BuilderMetricValue.Builder. unit(String unit)The unit that the metric is given in.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type MetricValue.Builder Modifier and Type Method Description static Class<? extends MetricValue.Builder>MetricValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type MetricValue.Builder Modifier and Type Method Description default GetCostForecastResponse.BuilderGetCostForecastResponse.Builder. total(Consumer<MetricValue.Builder> total)How much you are forecasted to spend over the forecast period, inUSD.default GetUsageForecastResponse.BuilderGetUsageForecastResponse.Builder. total(Consumer<MetricValue.Builder> total)How much you're forecasted to use over the forecast period.
-