Uses of Class
software.amazon.awssdk.services.wafv2.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of Rule in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>CheckCapacityRequest. rules()An array of Rule that you're configuring to use in a rule group or web ACL.List<Rule>CreateRuleGroupRequest. rules()The Rule statements used to identify the web requests that you want to manage.List<Rule>CreateWebAclRequest. rules()The Rule statements used to identify the web requests that you want to manage.List<Rule>RuleGroup. rules()The Rule statements used to identify the web requests that you want to manage.List<Rule>UpdateRuleGroupRequest. rules()The Rule statements used to identify the web requests that you want to manage.List<Rule>UpdateWebAclRequest. rules()The Rule statements used to identify the web requests that you want to manage.List<Rule>WebACL. rules()The Rule statements used to identify the web requests that you want to manage.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type Rule Modifier and Type Method Description CheckCapacityRequest.BuilderCheckCapacityRequest.Builder. rules(Rule... rules)An array of Rule that you're configuring to use in a rule group or web ACL.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.RuleGroup.BuilderRuleGroup.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.WebACL.BuilderWebACL.Builder. rules(Rule... rules)The Rule statements used to identify the web requests that you want to manage.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type Rule Modifier and Type Method Description CheckCapacityRequest.BuilderCheckCapacityRequest.Builder. rules(Collection<Rule> rules)An array of Rule that you're configuring to use in a rule group or web ACL.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.RuleGroup.BuilderRuleGroup.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.WebACL.BuilderWebACL.Builder. rules(Collection<Rule> rules)The Rule statements used to identify the web requests that you want to manage.
-