Uses of Class
software.amazon.awssdk.services.notifications.model.CreateEventRuleResponse
-
Packages that use CreateEventRuleResponse Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of CreateEventRuleResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return CreateEventRuleResponse Modifier and Type Method Description default CreateEventRuleResponseNotificationsClient. createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration.default CreateEventRuleResponseNotificationsClient. createEventRule(CreateEventRuleRequest createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type CreateEventRuleResponse Modifier and Type Method Description default CompletableFuture<CreateEventRuleResponse>NotificationsAsyncClient. createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration.default CompletableFuture<CreateEventRuleResponse>NotificationsAsyncClient. createEventRule(CreateEventRuleRequest createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration.
-