Uses of Class
software.amazon.awssdk.services.notifications.model.EventRuleStructure
-
Packages that use EventRuleStructure Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of EventRuleStructure in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type EventRuleStructure Modifier and Type Method Description List<EventRuleStructure>ListEventRulesResponse. eventRules()A list ofEventRules.Methods in software.amazon.awssdk.services.notifications.model with parameters of type EventRuleStructure Modifier and Type Method Description ListEventRulesResponse.BuilderListEventRulesResponse.Builder. eventRules(EventRuleStructure... eventRules)A list ofEventRules.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type EventRuleStructure Modifier and Type Method Description ListEventRulesResponse.BuilderListEventRulesResponse.Builder. eventRules(Collection<EventRuleStructure> eventRules)A list ofEventRules. -
Uses of EventRuleStructure in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type EventRuleStructure Modifier and Type Method Description SdkIterable<EventRuleStructure>ListEventRulesIterable. eventRules()Returns an iterable to iterate through the paginatedListEventRulesResponse.eventRules()member.SdkPublisher<EventRuleStructure>ListEventRulesPublisher. eventRules()Returns a publisher that can be used to get a stream of data.
-