Uses of Class
software.amazon.awssdk.services.budgets.model.BudgetNotificationsForAccount
-
Packages that use BudgetNotificationsForAccount Package Description software.amazon.awssdk.services.budgets.model software.amazon.awssdk.services.budgets.paginators -
-
Uses of BudgetNotificationsForAccount in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type BudgetNotificationsForAccount Modifier and Type Method Description List<BudgetNotificationsForAccount>DescribeBudgetNotificationsForAccountResponse. budgetNotificationsForAccount()A list of budget names and associated notifications for an account.Methods in software.amazon.awssdk.services.budgets.model with parameters of type BudgetNotificationsForAccount Modifier and Type Method Description DescribeBudgetNotificationsForAccountResponse.BuilderDescribeBudgetNotificationsForAccountResponse.Builder. budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)A list of budget names and associated notifications for an account.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type BudgetNotificationsForAccount Modifier and Type Method Description DescribeBudgetNotificationsForAccountResponse.BuilderDescribeBudgetNotificationsForAccountResponse.Builder. budgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)A list of budget names and associated notifications for an account. -
Uses of BudgetNotificationsForAccount in software.amazon.awssdk.services.budgets.paginators
Methods in software.amazon.awssdk.services.budgets.paginators that return types with arguments of type BudgetNotificationsForAccount Modifier and Type Method Description SdkIterable<BudgetNotificationsForAccount>DescribeBudgetNotificationsForAccountIterable. budgetNotificationsForAccount()Returns an iterable to iterate through the paginatedDescribeBudgetNotificationsForAccountResponse.budgetNotificationsForAccount()member.SdkPublisher<BudgetNotificationsForAccount>DescribeBudgetNotificationsForAccountPublisher. budgetNotificationsForAccount()Returns a publisher that can be used to get a stream of data.
-