| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
HistoricalOptions |
HistoricalOptions.clone() |
HistoricalOptions |
AutoAdjustData.getHistoricalOptions()
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
HistoricalOptions |
HistoricalOptions.withBudgetAdjustmentPeriod(Integer budgetAdjustmentPeriod)
The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget
amount.
|
HistoricalOptions |
HistoricalOptions.withLookBackAvailablePeriods(Integer lookBackAvailablePeriods)
The integer that describes how many budget periods in your
BudgetAdjustmentPeriod are included in
the calculation of your current BudgetLimit. |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoAdjustData.setHistoricalOptions(HistoricalOptions historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
AutoAdjustData |
AutoAdjustData.withHistoricalOptions(HistoricalOptions historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
Copyright © 2024. All rights reserved.