Uses of Class
com.amazonaws.services.waf.model.WebACL
Packages that use WebACL
-
Uses of WebACL in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WebACLModifier and TypeMethodDescriptionWebACL.clone()CreateWebACLResult.getWebACL()The WebACL returned in theCreateWebACLresponse.GetWebACLResult.getWebACL()Information about the WebACL that you specified in theGetWebACLrequest.WebACL.withDefaultAction(WafAction defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.WebACL.withMetricName(String metricName) A friendly name or description of theWebACL.WebACL.withRules(ActivatedRule... rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACL.withRules(Collection<ActivatedRule> rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACL.withWebACLId(String webACLId) A unique identifier for aWebACL.Methods in com.amazonaws.services.waf.model with parameters of type WebACLModifier and TypeMethodDescriptionvoidThe WebACL returned in theCreateWebACLresponse.voidInformation about the WebACL that you specified in theGetWebACLrequest.CreateWebACLResult.withWebACL(WebACL webACL) The WebACL returned in theCreateWebACLresponse.GetWebACLResult.withWebACL(WebACL webACL) Information about the WebACL that you specified in theGetWebACLrequest.