| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets |
Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations.
|
| software.amazon.awssdk.services.budgets.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBudgetNotificationsForAccountResponse |
BudgetsClient.describeBudgetNotificationsForAccount(Consumer<DescribeBudgetNotificationsForAccountRequest.Builder> describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
default DescribeBudgetNotificationsForAccountResponse |
BudgetsClient.describeBudgetNotificationsForAccount(DescribeBudgetNotificationsForAccountRequest describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBudgetNotificationsForAccountResponse> |
BudgetsAsyncClient.describeBudgetNotificationsForAccount(Consumer<DescribeBudgetNotificationsForAccountRequest.Builder> describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
default CompletableFuture<DescribeBudgetNotificationsForAccountResponse> |
BudgetsAsyncClient.describeBudgetNotificationsForAccount(DescribeBudgetNotificationsForAccountRequest describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeBudgetNotificationsForAccountResponse> |
DescribeBudgetNotificationsForAccountIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBudgetNotificationsForAccountPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeBudgetNotificationsForAccountResponse> subscriber) |
Copyright © 2023. All rights reserved.