| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
WafExcludedRule |
WafExcludedRule.clone() |
WafExcludedRule |
WafExcludedRule.withRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<WafExcludedRule> |
AwsWafWebAclRule.getExcludedRules()
Rules to exclude from a rule group.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafWebAclRule |
AwsWafWebAclRule.withExcludedRules(WafExcludedRule... excludedRules)
Rules to exclude from a rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafWebAclRule.setExcludedRules(Collection<WafExcludedRule> excludedRules)
Rules to exclude from a rule group.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withExcludedRules(Collection<WafExcludedRule> excludedRules)
Rules to exclude from a rule group.
|
Copyright © 2022. All rights reserved.