| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<ExcludedRule> |
ManagedRuleGroupStatement.excludedRules()
Rules in the referenced rule group whose actions are set to
Count. |
List<ExcludedRule> |
RuleGroupReferenceStatement.excludedRules()
Rules in the referenced rule group whose actions are set to
Count. |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupStatement.Builder |
ManagedRuleGroupStatement.Builder.excludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.excludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupStatement.Builder |
ManagedRuleGroupStatement.Builder.excludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.excludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
Copyright © 2023. All rights reserved.