| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetNotificationsForAccount |
BudgetNotificationsForAccount.clone() |
BudgetNotificationsForAccount |
BudgetNotificationsForAccount.withBudgetName(String budgetName) |
BudgetNotificationsForAccount |
BudgetNotificationsForAccount.withNotifications(Collection<Notification> notifications) |
BudgetNotificationsForAccount |
BudgetNotificationsForAccount.withNotifications(Notification... notifications)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetNotificationsForAccount> |
DescribeBudgetNotificationsForAccountResult.getBudgetNotificationsForAccount()
A list of budget names and associated notifications for an account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetNotificationsForAccountResult |
DescribeBudgetNotificationsForAccountResult.withBudgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetNotificationsForAccountResult.setBudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
DescribeBudgetNotificationsForAccountResult |
DescribeBudgetNotificationsForAccountResult.withBudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
Copyright © 2022. All rights reserved.