Uses of Class
software.amazon.awssdk.services.waf.model.WafAction
-
Packages that use WafAction Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafAction in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WafAction Modifier and Type Method Description WafActionActivatedRule. action()Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.WafActionCreateWebAclRequest. defaultAction()The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of theRuleobjects that are associated with theWebACL.WafActionUpdateWebAclRequest. defaultAction()A default action for the web ACL, either ALLOW or BLOCK.WafActionWebACL. defaultAction()The action to perform if none of theRulescontained in theWebACLmatch.Methods in software.amazon.awssdk.services.waf.model with parameters of type WafAction Modifier and Type Method Description ActivatedRule.BuilderActivatedRule.Builder. action(WafAction action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. defaultAction(WafAction defaultAction)The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of theRuleobjects that are associated with theWebACL.UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. defaultAction(WafAction defaultAction)A default action for the web ACL, either ALLOW or BLOCK.WebACL.BuilderWebACL.Builder. defaultAction(WafAction defaultAction)The action to perform if none of theRulescontained in theWebACLmatch.
-