| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRuleStatus |
NotificationRuleStatus.fromValue(String value)
Use this in place of valueOf.
|
static NotificationRuleStatus |
NotificationRuleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRuleStatus[] |
NotificationRuleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
Copyright © 2022. All rights reserved.