| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model | |
| software.amazon.awssdk.services.budgets.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetNotificationsForAccount> |
DescribeBudgetNotificationsForAccountResponse.budgetNotificationsForAccount()
A list of budget names and associated notifications for an account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetNotificationsForAccountResponse.Builder |
DescribeBudgetNotificationsForAccountResponse.Builder.budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetNotificationsForAccountResponse.Builder |
DescribeBudgetNotificationsForAccountResponse.Builder.budgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BudgetNotificationsForAccount> |
DescribeBudgetNotificationsForAccountPublisher.budgetNotificationsForAccount()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BudgetNotificationsForAccount> |
DescribeBudgetNotificationsForAccountIterable.budgetNotificationsForAccount()
Returns an iterable to iterate through the paginated
DescribeBudgetNotificationsForAccountResponse.budgetNotificationsForAccount() member. |
Copyright © 2023. All rights reserved.