| 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 DescribeNotificationsForBudgetResponse |
BudgetsClient.describeNotificationsForBudget(Consumer<DescribeNotificationsForBudgetRequest.Builder> describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
|
default DescribeNotificationsForBudgetResponse |
BudgetsClient.describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeNotificationsForBudgetResponse> |
BudgetsAsyncClient.describeNotificationsForBudget(Consumer<DescribeNotificationsForBudgetRequest.Builder> describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
|
default CompletableFuture<DescribeNotificationsForBudgetResponse> |
BudgetsAsyncClient.describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest)
Lists the notifications that are associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeNotificationsForBudgetResponse> |
DescribeNotificationsForBudgetIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationsForBudgetPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeNotificationsForBudgetResponse> subscriber) |
Copyright © 2023. All rights reserved.