| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF Regional API Reference for using AWS WAF with Elastic Load Balancing (ELB) Application
Load Balancers.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebACLRequest |
UpdateWebACLRequest.clone() |
UpdateWebACLRequest |
UpdateWebACLRequest.withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(WafAction defaultAction)
A default action for the web ACL, either ALLOW or BLOCK.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withWebACLId(String webACLId)
The
WebACLId of the WebACL that you want to update. |
Copyright © 2017. All rights reserved.