Uses of Class
software.amazon.awssdk.services.budgets.model.UpdateNotificationResponse
-
Packages that use UpdateNotificationResponse 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 UpdateNotificationResponse in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets that return UpdateNotificationResponse Modifier and Type Method Description default UpdateNotificationResponseBudgetsClient. updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)Updates a notification.default UpdateNotificationResponseBudgetsClient. updateNotification(UpdateNotificationRequest updateNotificationRequest)Updates a notification.Methods in software.amazon.awssdk.services.budgets that return types with arguments of type UpdateNotificationResponse Modifier and Type Method Description default CompletableFuture<UpdateNotificationResponse>BudgetsAsyncClient. updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)Updates a notification.default CompletableFuture<UpdateNotificationResponse>BudgetsAsyncClient. updateNotification(UpdateNotificationRequest updateNotificationRequest)Updates a notification.
-