| 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 DeleteNotificationResponse |
BudgetsClient.deleteNotification(Consumer<DeleteNotificationRequest.Builder> deleteNotificationRequest)
Deletes a notification.
|
default CompletableFuture<DeleteNotificationResponse> |
BudgetsAsyncClient.deleteNotification(Consumer<DeleteNotificationRequest.Builder> deleteNotificationRequest)
Deletes a notification.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.accountId(String accountId)
The
accountId that is associated with the budget whose notification you want to delete. |
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.budgetName(String budgetName)
The name of the budget whose notification you want to delete.
|
static DeleteNotificationRequest.Builder |
DeleteNotificationRequest.builder() |
default DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification that you want to delete.
|
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.notification(Notification notification)
The notification that you want to delete.
|
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteNotificationRequest.Builder> |
DeleteNotificationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.