Uses of Class
software.amazon.awssdk.services.notifications.model.CreateEventRuleResponse
-
Packages that use CreateEventRuleResponse 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 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 an EventRule that is associated with a specified Notification Configuration.default CreateEventRuleResponseNotificationsClient. createEventRule(CreateEventRuleRequest createEventRuleRequest)Creates an EventRule that is associated with a specified Notification Configuration.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 an EventRule that is associated with a specified Notification Configuration.default CompletableFuture<CreateEventRuleResponse>NotificationsAsyncClient. createEventRule(CreateEventRuleRequest createEventRuleRequest)Creates an EventRule that is associated with a specified Notification Configuration.
-