| 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) |
| 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 © 2016. All rights reserved.