Uses of Class
software.amazon.awssdk.services.budgets.model.DeleteNotificationResponse
-
Packages that use DeleteNotificationResponse Package Description software.amazon.awssdk.services.budgets Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. -
-
Uses of DeleteNotificationResponse in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets that return DeleteNotificationResponse Modifier and Type Method Description default DeleteNotificationResponseBudgetsClient. deleteNotification(Consumer<DeleteNotificationRequest.Builder> deleteNotificationRequest)Deletes a notification.default DeleteNotificationResponseBudgetsClient. deleteNotification(DeleteNotificationRequest deleteNotificationRequest)Deletes a notification.Methods in software.amazon.awssdk.services.budgets that return types with arguments of type DeleteNotificationResponse Modifier and Type Method Description default CompletableFuture<DeleteNotificationResponse>BudgetsAsyncClient. deleteNotification(Consumer<DeleteNotificationRequest.Builder> deleteNotificationRequest)Deletes a notification.default CompletableFuture<DeleteNotificationResponse>BudgetsAsyncClient. deleteNotification(DeleteNotificationRequest deleteNotificationRequest)Deletes a notification.
-