| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static WafRuleType |
WafRuleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WafRuleType |
ActivatedRule.type()
The rule type, either
REGULAR, as defined by Rule, RATE_BASED, as defined by
RateBasedRule, or GROUP, as defined by RuleGroup. |
static WafRuleType |
WafRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafRuleType[] |
WafRuleType.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<WafRuleType> |
WafRuleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ActivatedRule.Builder |
ActivatedRule.Builder.type(WafRuleType type)
The rule type, either
REGULAR, as defined by Rule, RATE_BASED, as defined by
RateBasedRule, or GROUP, as defined by RuleGroup. |
Copyright © 2023. All rights reserved.