Uses of Interface
software.amazon.awssdk.services.budgets.model.CalculatedSpend.Builder
-
Packages that use CalculatedSpend.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of CalculatedSpend.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return CalculatedSpend.Builder Modifier and Type Method Description default CalculatedSpend.BuilderCalculatedSpend.Builder. actualSpend(Consumer<Spend.Builder> actualSpend)The amount of cost, usage, RI units, or Savings Plans units that you used.CalculatedSpend.BuilderCalculatedSpend.Builder. actualSpend(Spend actualSpend)The amount of cost, usage, RI units, or Savings Plans units that you used.static CalculatedSpend.BuilderCalculatedSpend. builder()default CalculatedSpend.BuilderCalculatedSpend.Builder. forecastedSpend(Consumer<Spend.Builder> forecastedSpend)The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.CalculatedSpend.BuilderCalculatedSpend.Builder. forecastedSpend(Spend forecastedSpend)The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.CalculatedSpend.BuilderCalculatedSpend. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type CalculatedSpend.Builder Modifier and Type Method Description static Class<? extends CalculatedSpend.Builder>CalculatedSpend. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type CalculatedSpend.Builder Modifier and Type Method Description default Budget.BuilderBudget.Builder. calculatedSpend(Consumer<CalculatedSpend.Builder> calculatedSpend)The actual and forecasted cost or usage that the budget tracks.
-