| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleStatus |
RuleStatus.fromValue(String value)
Use this in place of valueOf.
|
static RuleStatus |
RuleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleStatus[] |
RuleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutomationRuleRequest |
CreateAutomationRuleRequest.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
UpdateAutomationRulesRequestItem |
UpdateAutomationRulesRequestItem.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
Copyright © 2023. All rights reserved.