Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.NotificationRuleSummary
-
Packages that use NotificationRuleSummary Package Description software.amazon.awssdk.services.codestarnotifications.model software.amazon.awssdk.services.codestarnotifications.paginators -
-
Uses of NotificationRuleSummary in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type NotificationRuleSummary Modifier and Type Method Description List<NotificationRuleSummary>ListNotificationRulesResponse. notificationRules()The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type NotificationRuleSummary Modifier and Type Method Description ListNotificationRulesResponse.BuilderListNotificationRulesResponse.Builder. notificationRules(NotificationRuleSummary... notificationRules)The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type NotificationRuleSummary Modifier and Type Method Description ListNotificationRulesResponse.BuilderListNotificationRulesResponse.Builder. notificationRules(Collection<NotificationRuleSummary> notificationRules)The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID. -
Uses of NotificationRuleSummary in software.amazon.awssdk.services.codestarnotifications.paginators
Methods in software.amazon.awssdk.services.codestarnotifications.paginators that return types with arguments of type NotificationRuleSummary Modifier and Type Method Description SdkIterable<NotificationRuleSummary>ListNotificationRulesIterable. notificationRules()Returns an iterable to iterate through the paginatedListNotificationRulesResponse.notificationRules()member.SdkPublisher<NotificationRuleSummary>ListNotificationRulesPublisher. notificationRules()Returns a publisher that can be used to get a stream of data.
-