Uses of Class
software.amazon.awssdk.services.wafv2.model.RuleAction
-
Packages that use RuleAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RuleAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RuleAction Modifier and Type Method Description RuleActionRule. action()The action that WAF should take on a web request when it matches the rule statement.RuleActionRuleSummary. action()The action that WAF should take on a web request when it matches a rule's statement.RuleActionRuleActionOverride. actionToUse()The override action to use, in place of the configured action of the rule in the rule group.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type RuleAction Modifier and Type Method Description Rule.BuilderRule.Builder. action(RuleAction action)The action that WAF should take on a web request when it matches the rule statement.RuleSummary.BuilderRuleSummary.Builder. action(RuleAction action)The action that WAF should take on a web request when it matches a rule's statement.RuleActionOverride.BuilderRuleActionOverride.Builder. actionToUse(RuleAction actionToUse)The override action to use, in place of the configured action of the rule in the rule group.
-