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 theCreateWebACL
response.GetWebACLResult.getWebACL()
Information about the WebACL that you specified in theGetWebACL
request.WebACL.withDefaultAction
(WafAction defaultAction) The action to perform if none of theRules
contained in theWebACL
match.WebACL.withMetricName
(String metricName) A friendly name or description of theWebACL
.WebACL.withRules
(ActivatedRule... rules) An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.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.withWebACLId
(String webACLId) A unique identifier for aWebACL
.Methods in com.amazonaws.services.waf.model with parameters of type WebACLModifier and TypeMethodDescriptionvoid
The WebACL returned in theCreateWebACL
response.void
Information about the WebACL that you specified in theGetWebACL
request.CreateWebACLResult.withWebACL
(WebACL webACL) The WebACL returned in theCreateWebACL
response.GetWebACLResult.withWebACL
(WebACL webACL) Information about the WebACL that you specified in theGetWebACL
request.