Uses of Interface
software.amazon.awssdk.services.waf.model.WafAction.Builder
-
Packages that use WafAction.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafAction.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WafAction.Builder Modifier and Type Method Description static WafAction.BuilderWafAction. builder()WafAction.BuilderWafAction. toBuilder()WafAction.BuilderWafAction.Builder. type(String type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.WafAction.BuilderWafAction.Builder. type(WafActionType type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type WafAction.Builder Modifier and Type Method Description static Class<? extends WafAction.Builder>WafAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type WafAction.Builder Modifier and Type Method Description default ActivatedRule.BuilderActivatedRule.Builder. action(Consumer<WafAction.Builder> action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.default CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. defaultAction(Consumer<WafAction.Builder> 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.default UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. defaultAction(Consumer<WafAction.Builder> defaultAction)A default action for the web ACL, either ALLOW or BLOCK.default WebACL.BuilderWebACL.Builder. defaultAction(Consumer<WafAction.Builder> defaultAction)The action to perform if none of theRulescontained in theWebACLmatch.
-