Uses of Class
software.amazon.awssdk.services.waf.model.ExcludedRule
-
Packages that use ExcludedRule Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ExcludedRule in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ExcludedRule Modifier and Type Method Description List<ExcludedRule>ActivatedRule. excludedRules()An array of rules to exclude from a rule group.Methods in software.amazon.awssdk.services.waf.model with parameters of type ExcludedRule Modifier and Type Method Description ActivatedRule.BuilderActivatedRule.Builder. excludedRules(ExcludedRule... excludedRules)An array of rules to exclude from a rule group.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type ExcludedRule Modifier and Type Method Description ActivatedRule.BuilderActivatedRule.Builder. excludedRules(Collection<ExcludedRule> excludedRules)An array of rules to exclude from a rule group.
-