| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleSummary |
NotificationRuleSummary.clone() |
NotificationRuleSummary |
NotificationRuleSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
NotificationRuleSummary |
NotificationRuleSummary.withId(String id)
The unique ID of the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRuleSummary> |
ListNotificationRulesResult.getNotificationRules()
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResult |
ListNotificationRulesResult.withNotificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationRulesResult.setNotificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResult |
ListNotificationRulesResult.withNotificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
Copyright © 2020. All rights reserved.