Uses of Class
software.amazon.awssdk.services.wafv2.model.BlockAction
-
Packages that use BlockAction Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of BlockAction in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return BlockAction Modifier and Type Method Description BlockActionDefaultAction. block()Specifies that WAF should block requests by default.BlockActionRuleAction. block()Instructs WAF to block the web request.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type BlockAction Modifier and Type Method Description DefaultAction.BuilderDefaultAction.Builder. block(BlockAction block)Specifies that WAF should block requests by default.RuleAction.BuilderRuleAction.Builder. block(BlockAction block)Instructs WAF to block the web request.
-