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