| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLUpdate |
WebACLUpdate.clone() |
WebACLUpdate |
WebACLUpdate.withAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL. |
WebACLUpdate |
WebACLUpdate.withAction(String action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL. |
WebACLUpdate |
WebACLUpdate.withActivatedRule(ActivatedRule activatedRule)
The
ActivatedRule object in an UpdateWebACL request specifies a Rule that you
want to insert or delete, the priority of the Rule in the WebACL, and the action that
you want AWS WAF to take when a web request matches the Rule (ALLOW, BLOCK
, or COUNT). |
| Modifier and Type | Method and Description |
|---|---|
List<WebACLUpdate> |
UpdateWebACLRequest.getUpdates()
An array of updates to make to the WebACL.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWebACLRequest.setUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
Copyright © 2018. All rights reserved.