Uses of Interface
software.amazon.awssdk.services.budgets.model.UpdateNotificationRequest.Builder
-
Packages that use UpdateNotificationRequest.Builder 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 -
-
Uses of UpdateNotificationRequest.Builder in software.amazon.awssdk.services.budgets
Method parameters in software.amazon.awssdk.services.budgets with type arguments of type UpdateNotificationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateNotificationResponse>BudgetsAsyncClient. updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)Updates a notification.default UpdateNotificationResponseBudgetsClient. updateNotification(Consumer<UpdateNotificationRequest.Builder> updateNotificationRequest)Updates a notification. -
Uses of UpdateNotificationRequest.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return UpdateNotificationRequest.Builder Modifier and Type Method Description UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. accountId(String accountId)TheaccountIdthat is associated with the budget whose notification you want to update.UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. budgetName(String budgetName)The name of the budget whose notification you want to update.static UpdateNotificationRequest.BuilderUpdateNotificationRequest. builder()default UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. newNotification(Consumer<Notification.Builder> newNotification)The updated notification to be associated with a budget.UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. newNotification(Notification newNotification)The updated notification to be associated with a budget.default UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. oldNotification(Consumer<Notification.Builder> oldNotification)The previous notification that is associated with a budget.UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. oldNotification(Notification oldNotification)The previous notification that is associated with a budget.UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNotificationRequest.BuilderUpdateNotificationRequest. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type UpdateNotificationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateNotificationRequest.Builder>UpdateNotificationRequest. serializableBuilderClass()
-