Uses of Class
com.amazonaws.services.waf.model.WebACL
-
Packages that use WebACL Package Description com.amazonaws.services.waf.model -
-
Uses of WebACL in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WebACL Modifier and Type Method Description WebACLWebACL. clone()WebACLCreateWebACLResult. getWebACL()The WebACL returned in theCreateWebACLresponse.WebACLGetWebACLResult. getWebACL()Information about the WebACL that you specified in theGetWebACLrequest.WebACLWebACL. withDefaultAction(WafAction defaultAction)The action to perform if none of theRulescontained in theWebACLmatch.WebACLWebACL. withMetricName(String metricName)WebACLWebACL. withName(String name)A friendly name or description of theWebACL.WebACLWebACL. withRules(ActivatedRule... rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACLWebACL. withRules(Collection<ActivatedRule> rules)An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.WebACLWebACL. withWebACLId(String webACLId)A unique identifier for aWebACL.Methods in com.amazonaws.services.waf.model with parameters of type WebACL Modifier and Type Method Description voidCreateWebACLResult. setWebACL(WebACL webACL)The WebACL returned in theCreateWebACLresponse.voidGetWebACLResult. setWebACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.CreateWebACLResultCreateWebACLResult. withWebACL(WebACL webACL)The WebACL returned in theCreateWebACLresponse.GetWebACLResultGetWebACLResult. withWebACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.
-