Uses of Class
software.amazon.awssdk.services.wafv2.model.OverrideAction
-
Packages that use OverrideAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of OverrideAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return OverrideAction Modifier and Type Method Description OverrideActionFirewallManagerRuleGroup. overrideAction()The action to use in the place of the action that results from the rule group evaluation.OverrideActionRule. overrideAction()The action to use in the place of the action that results from the rule group evaluation.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type OverrideAction Modifier and Type Method Description FirewallManagerRuleGroup.BuilderFirewallManagerRuleGroup.Builder. overrideAction(OverrideAction overrideAction)The action to use in the place of the action that results from the rule group evaluation.Rule.BuilderRule.Builder. overrideAction(OverrideAction overrideAction)The action to use in the place of the action that results from the rule group evaluation.
-