Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.NotificationRuleStatus
-
Packages that use NotificationRuleStatus Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of NotificationRuleStatus in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return NotificationRuleStatus Modifier and Type Method Description static NotificationRuleStatusNotificationRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationRuleStatusCreateNotificationRuleRequest. status()The status of the notification rule.NotificationRuleStatusDescribeNotificationRuleResponse. status()The status of the notification rule.NotificationRuleStatusUpdateNotificationRuleRequest. status()The status of the notification rule.static NotificationRuleStatusNotificationRuleStatus. 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.Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type NotificationRuleStatus Modifier and Type Method Description static Set<NotificationRuleStatus>NotificationRuleStatus. knownValues()Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type NotificationRuleStatus Modifier and Type Method Description CreateNotificationRuleRequest.BuilderCreateNotificationRuleRequest.Builder. status(NotificationRuleStatus status)The status of the notification rule.DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. status(NotificationRuleStatus status)The status of the notification rule.UpdateNotificationRuleRequest.BuilderUpdateNotificationRuleRequest.Builder. status(NotificationRuleStatus status)The status of the notification rule.
-