Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
WebACL |
WebACL.clone() |
WebACL |
GetWebACLResult.getWebACL()
Information about the WebACL that you specified in the
GetWebACL request. |
WebACL |
CreateWebACLResult.getWebACL()
The WebACL returned in the
CreateWebACL response. |
WebACL |
WebACL.withDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the
WebACL match. |
WebACL |
WebACL.withMetricName(String metricName) |
WebACL |
WebACL.withName(String name)
A friendly name or description of the
WebACL . |
WebACL |
WebACL.withRules(ActivatedRule... rules)
An array that contains the action for each
Rule in a
WebACL , the priority of the Rule , and the ID of
the Rule . |
WebACL |
WebACL.withRules(Collection<ActivatedRule> rules)
An array that contains the action for each
Rule in a
WebACL , the priority of the Rule , and the ID of
the Rule . |
WebACL |
WebACL.withWebACLId(String webACLId)
A unique identifier for a
WebACL . |
Modifier and Type | Method and Description |
---|---|
void |
GetWebACLResult.setWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
void |
CreateWebACLResult.setWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
GetWebACLResult |
GetWebACLResult.withWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
CreateWebACLResult |
CreateWebACLResult.withWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
Copyright © 2018. All rights reserved.