| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
TimePeriod |
TimePeriod.clone() |
TimePeriod |
Budget.getTimePeriod()
The period of time that is covered by a budget.
|
TimePeriod |
DescribeBudgetActionHistoriesRequest.getTimePeriod() |
TimePeriod |
BudgetedAndActualAmounts.getTimePeriod()
The time period covered by this budget comparison.
|
TimePeriod |
DescribeBudgetPerformanceHistoryRequest.getTimePeriod()
Retrieves how often the budget went into an
ALARM state for the specified time period. |
TimePeriod |
TimePeriod.withEnd(Date end)
The end date for a budget.
|
TimePeriod |
TimePeriod.withStart(Date start)
The start date for a budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setTimePeriod(TimePeriod timePeriod)
The period of time that is covered by a budget.
|
void |
DescribeBudgetActionHistoriesRequest.setTimePeriod(TimePeriod timePeriod) |
void |
BudgetedAndActualAmounts.setTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
|
void |
DescribeBudgetPerformanceHistoryRequest.setTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
Budget |
Budget.withTimePeriod(TimePeriod timePeriod)
The period of time that is covered by a budget.
|
DescribeBudgetActionHistoriesRequest |
DescribeBudgetActionHistoriesRequest.withTimePeriod(TimePeriod timePeriod) |
BudgetedAndActualAmounts |
BudgetedAndActualAmounts.withTimePeriod(TimePeriod timePeriod)
The time period covered by this budget comparison.
|
DescribeBudgetPerformanceHistoryRequest |
DescribeBudgetPerformanceHistoryRequest.withTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
Copyright © 2021. All rights reserved.