| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRuleStatus |
NotificationRuleStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NotificationRuleStatus |
UpdateNotificationRuleRequest.status()
The status of the notification rule.
|
NotificationRuleStatus |
CreateNotificationRuleRequest.status()
The status of the notification rule.
|
NotificationRuleStatus |
DescribeNotificationRuleResponse.status()
The status of the notification rule.
|
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 |
|---|---|
static Set<NotificationRuleStatus> |
NotificationRuleStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.status(NotificationRuleStatus status)
The status of the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.status(NotificationRuleStatus status)
The status of the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.status(NotificationRuleStatus status)
The status of the notification rule.
|
Copyright © 2023. All rights reserved.