| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
default CalculatedSpend.Builder |
CalculatedSpend.Builder.actualSpend(Consumer<Spend.Builder> actualSpend)
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
CalculatedSpend.Builder |
CalculatedSpend.Builder.actualSpend(Spend actualSpend)
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
static CalculatedSpend.Builder |
CalculatedSpend.builder() |
default CalculatedSpend.Builder |
CalculatedSpend.Builder.forecastedSpend(Consumer<Spend.Builder> forecastedSpend)
The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
|
CalculatedSpend.Builder |
CalculatedSpend.Builder.forecastedSpend(Spend forecastedSpend)
The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
|
CalculatedSpend.Builder |
CalculatedSpend.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CalculatedSpend.Builder> |
CalculatedSpend.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Budget.Builder |
Budget.Builder.calculatedSpend(Consumer<CalculatedSpend.Builder> calculatedSpend)
The actual and forecasted cost or usage that the budget tracks.
|
Copyright © 2023. All rights reserved.