Uses of Class
software.amazon.awssdk.services.notifications.model.UpdateEventRuleResponse
-
Packages that use UpdateEventRuleResponse Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of UpdateEventRuleResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return UpdateEventRuleResponse Modifier and Type Method Description default UpdateEventRuleResponseNotificationsClient. updateEventRule(Consumer<UpdateEventRuleRequest.Builder> updateEventRuleRequest)Updates an existing EventRule.default UpdateEventRuleResponseNotificationsClient. updateEventRule(UpdateEventRuleRequest updateEventRuleRequest)Updates an existing EventRule.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type UpdateEventRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateEventRuleResponse>NotificationsAsyncClient. updateEventRule(Consumer<UpdateEventRuleRequest.Builder> updateEventRuleRequest)Updates an existing EventRule.default CompletableFuture<UpdateEventRuleResponse>NotificationsAsyncClient. updateEventRule(UpdateEventRuleRequest updateEventRuleRequest)Updates an existing EventRule.
-