Uses of Class
software.amazon.awssdk.services.wafv2.model.ExcludedRule
-
Packages that use ExcludedRule Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ExcludedRule in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ExcludedRule Modifier and Type Method Description List<ExcludedRule>ManagedRuleGroupStatement. excludedRules()Rules in the referenced rule group whose actions are set toCount.List<ExcludedRule>RuleGroupReferenceStatement. excludedRules()Rules in the referenced rule group whose actions are set toCount.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ExcludedRule Modifier and Type Method Description ManagedRuleGroupStatement.BuilderManagedRuleGroupStatement.Builder. excludedRules(ExcludedRule... excludedRules)Rules in the referenced rule group whose actions are set toCount.RuleGroupReferenceStatement.BuilderRuleGroupReferenceStatement.Builder. excludedRules(ExcludedRule... excludedRules)Rules in the referenced rule group whose actions are set toCount.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ExcludedRule Modifier and Type Method Description ManagedRuleGroupStatement.BuilderManagedRuleGroupStatement.Builder. excludedRules(Collection<ExcludedRule> excludedRules)Rules in the referenced rule group whose actions are set toCount.RuleGroupReferenceStatement.BuilderRuleGroupReferenceStatement.Builder. excludedRules(Collection<ExcludedRule> excludedRules)Rules in the referenced rule group whose actions are set toCount.
-