| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model | |
| software.amazon.awssdk.services.codestarnotifications.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRuleSummary> |
ListNotificationRulesResponse.notificationRules()
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.notificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NotificationRuleSummary> |
ListNotificationRulesPublisher.notificationRules()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NotificationRuleSummary> |
ListNotificationRulesIterable.notificationRules()
Returns an iterable to iterate through the paginated
ListNotificationRulesResponse.notificationRules()
member. |
Copyright © 2021. All rights reserved.