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 WebACL
WebACL. clone()
WebACL
CreateWebACLResult. getWebACL()
The WebACL returned in theCreateWebACL
response.WebACL
GetWebACLResult. getWebACL()
Information about the WebACL that you specified in theGetWebACL
request.WebACL
WebACL. withDefaultAction(WafAction defaultAction)
The action to perform if none of theRules
contained in theWebACL
match.WebACL
WebACL. withMetricName(String metricName)
WebACL
WebACL. withName(String name)
A friendly name or description of theWebACL
.WebACL
WebACL. withRules(ActivatedRule... rules)
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.WebACL
WebACL. withRules(Collection<ActivatedRule> rules)
An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.WebACL
WebACL. 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 void
CreateWebACLResult. setWebACL(WebACL webACL)
The WebACL returned in theCreateWebACL
response.void
GetWebACLResult. setWebACL(WebACL webACL)
Information about the WebACL that you specified in theGetWebACL
request.CreateWebACLResult
CreateWebACLResult. withWebACL(WebACL webACL)
The WebACL returned in theCreateWebACL
response.GetWebACLResult
GetWebACLResult. withWebACL(WebACL webACL)
Information about the WebACL that you specified in theGetWebACL
request.
-