| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets |
The AWS Budgets API enables you to use AWS Budgets to plan your service usage, service costs, and instance
reservations.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBudgetResponse |
BudgetsClient.createBudget(Consumer<CreateBudgetRequest.Builder> createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
|
default CreateBudgetResponse |
BudgetsClient.createBudget(CreateBudgetRequest createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBudgetResponse> |
BudgetsAsyncClient.createBudget(Consumer<CreateBudgetRequest.Builder> createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
|
default CompletableFuture<CreateBudgetResponse> |
BudgetsAsyncClient.createBudget(CreateBudgetRequest createBudgetRequest)
Creates a budget and, if included, notifications and subscribers.
|
Copyright © 2021. All rights reserved.