| 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.model |
| 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 CompletableFuture<DescribeBudgetNotificationsForAccountResponse> |
BudgetsAsyncClient.describeBudgetNotificationsForAccount(Consumer<DescribeBudgetNotificationsForAccountRequest.Builder> describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
default DescribeBudgetNotificationsForAccountIterable |
BudgetsClient.describeBudgetNotificationsForAccountPaginator(Consumer<DescribeBudgetNotificationsForAccountRequest.Builder> describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
default DescribeBudgetNotificationsForAccountPublisher |
BudgetsAsyncClient.describeBudgetNotificationsForAccountPaginator(Consumer<DescribeBudgetNotificationsForAccountRequest.Builder> describeBudgetNotificationsForAccountRequest)
Lists the budget names and notifications that are associated with an account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.Builder.accountId(String accountId)
Sets the value of the AccountId property for this object.
|
static DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.builder() |
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.Builder.maxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains.
|
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeBudgetNotificationsForAccountRequest.Builder |
DescribeBudgetNotificationsForAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBudgetNotificationsForAccountRequest.Builder> |
DescribeBudgetNotificationsForAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.