| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ExcludedRule |
ExcludedRule.clone() |
ExcludedRule |
ExcludedRule.withRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExcludedRule> |
ActivatedRule.getExcludedRules()
An array of rules to exclude from a rule group.
|
| Modifier and Type | Method and Description |
|---|---|
ActivatedRule |
ActivatedRule.withExcludedRules(ExcludedRule... excludedRules)
An array of rules to exclude from a rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivatedRule.setExcludedRules(Collection<ExcludedRule> excludedRules)
An array of rules to exclude from a rule group.
|
ActivatedRule |
ActivatedRule.withExcludedRules(Collection<ExcludedRule> excludedRules)
An array of rules to exclude from a rule group.
|
Copyright © 2024. All rights reserved.