| 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 UpdateNotificationResponse |
BudgetsClient.updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)
Updates a notification.
|
default CompletableFuture<UpdateNotificationResponse> |
BudgetsAsyncClient.updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)
Updates a notification.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.accountId(String accountId)
The
accountId that is associated with the budget whose notification you want to update. |
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.budgetName(String budgetName)
The name of the budget whose notification you want to update.
|
static UpdateNotificationRequest.Builder |
UpdateNotificationRequest.builder() |
default UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.newNotification(Consumer<Notification.Builder> newNotification)
The updated notification to be associated with a budget.
|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.newNotification(Notification newNotification)
The updated notification to be associated with a budget.
|
default UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.oldNotification(Consumer<Notification.Builder> oldNotification)
The previous notification that is associated with a budget.
|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.oldNotification(Notification oldNotification)
The previous notification that is associated with a budget.
|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotificationRequest.Builder> |
UpdateNotificationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.