| Package | Description |
|---|---|
| com.amazonaws.services.waf |
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWebACLRequest |
CreateWebACLRequest.clone() |
CreateWebACLRequest |
CreateWebACLRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateWebACLRequest |
CreateWebACLRequest.withDefaultAction(WafAction defaultAction)
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL. |
CreateWebACLRequest |
CreateWebACLRequest.withMetricName(String metricName)
A friendly name or description for the metrics for this
WebACL.The name can contain only
alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. |
CreateWebACLRequest |
CreateWebACLRequest.withName(String name)
A friendly name or description of the WebACL.
|
CreateWebACLRequest |
CreateWebACLRequest.withTags(Collection<Tag> tags)
|
CreateWebACLRequest |
CreateWebACLRequest.withTags(Tag... tags)
|
Copyright © 2021. All rights reserved.