| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WebACL |
WebACL.clone() |
WebACL |
CreateWebACLResult.getWebACL()
The WebACL returned in the
CreateWebACL response. |
WebACL |
GetWebACLResult.getWebACL()
Information about the WebACL that you specified in the
GetWebACL request. |
WebACL |
WebACL.withDefaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL |
WebACL.withMetricName(String metricName)
A friendly name or description for the metrics for this
WebACL. |
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.withWebACLArn(String webACLArn)
Tha Amazon Resource Name (ARN) of the web ACL.
|
WebACL |
WebACL.withWebACLId(String webACLId)
A unique identifier for a
WebACL. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWebACLResult.setWebACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
void |
GetWebACLResult.setWebACL(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. |
GetWebACLResult |
GetWebACLResult.withWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
Copyright © 2020. All rights reserved.