| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Budget |
Budget.addCostFiltersEntry(String key,
List<String> value) |
Budget |
Budget.addPlannedBudgetLimitsEntry(String key,
Spend value) |
Budget |
Budget.clearCostFiltersEntries()
Removes all the entries added into CostFilters.
|
Budget |
Budget.clearPlannedBudgetLimitsEntries()
Removes all the entries added into PlannedBudgetLimits.
|
Budget |
Budget.clone() |
Budget |
CreateBudgetRequest.getBudget()
The budget object that you want to create.
|
Budget |
DescribeBudgetResult.getBudget()
The description of the budget.
|
Budget |
UpdateBudgetRequest.getNewBudget()
The budget that you want to update your budget to.
|
Budget |
Budget.withBudgetLimit(Spend budgetLimit)
The total amount of cost, usage, RI utilization, or RI coverage that you want to track with your budget.
|
Budget |
Budget.withBudgetName(String budgetName)
The name of a budget.
|
Budget |
Budget.withBudgetType(BudgetType budgetType)
Whether this budget tracks costs, usage, RI utilization, or RI coverage.
|
Budget |
Budget.withBudgetType(String budgetType)
Whether this budget tracks costs, usage, RI utilization, or RI coverage.
|
Budget |
Budget.withCalculatedSpend(CalculatedSpend calculatedSpend)
The actual and forecasted cost or usage that the budget tracks.
|
Budget |
Budget.withCostFilters(Map<String,List<String>> costFilters)
The cost filters, such as service or tag, that are applied to a budget.
|
Budget |
Budget.withCostTypes(CostTypes costTypes)
The types of costs that are included in this
COST budget. |
Budget |
Budget.withLastUpdatedTime(Date lastUpdatedTime)
The last time that you updated this budget.
|
Budget |
Budget.withPlannedBudgetLimits(Map<String,Spend> plannedBudgetLimits)
A map containing multiple
BudgetLimit, including current or future limits. |
Budget |
Budget.withTimePeriod(TimePeriod timePeriod)
The period of time that is covered by a budget.
|
Budget |
Budget.withTimeUnit(String timeUnit)
The length of time until a budget resets the actual and forecasted spend.
|
Budget |
Budget.withTimeUnit(TimeUnit timeUnit)
The length of time until a budget resets the actual and forecasted spend.
|
| Modifier and Type | Method and Description |
|---|---|
List<Budget> |
DescribeBudgetsResult.getBudgets()
A list of budgets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBudgetRequest.setBudget(Budget budget)
The budget object that you want to create.
|
void |
DescribeBudgetResult.setBudget(Budget budget)
The description of the budget.
|
void |
UpdateBudgetRequest.setNewBudget(Budget newBudget)
The budget that you want to update your budget to.
|
CreateBudgetRequest |
CreateBudgetRequest.withBudget(Budget budget)
The budget object that you want to create.
|
DescribeBudgetResult |
DescribeBudgetResult.withBudget(Budget budget)
The description of the budget.
|
DescribeBudgetsResult |
DescribeBudgetsResult.withBudgets(Budget... budgets)
A list of budgets.
|
UpdateBudgetRequest |
UpdateBudgetRequest.withNewBudget(Budget newBudget)
The budget that you want to update your budget to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetsResult.setBudgets(Collection<Budget> budgets)
A list of budgets.
|
DescribeBudgetsResult |
DescribeBudgetsResult.withBudgets(Collection<Budget> budgets)
A list of budgets.
|
Copyright © 2019. All rights reserved.