| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupUpdate |
RuleGroupUpdate.clone() |
RuleGroupUpdate |
RuleGroupUpdate.withAction(ChangeAction action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
RuleGroupUpdate |
RuleGroupUpdate.withAction(String action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
RuleGroupUpdate |
RuleGroupUpdate.withActivatedRule(ActivatedRule activatedRule)
The
ActivatedRule object 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<RuleGroupUpdate> |
UpdateRuleGroupRequest.getUpdates()
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleGroupRequest |
UpdateRuleGroupRequest.withUpdates(RuleGroupUpdate... updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuleGroupRequest.setUpdates(Collection<RuleGroupUpdate> updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
UpdateRuleGroupRequest |
UpdateRuleGroupRequest.withUpdates(Collection<RuleGroupUpdate> updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
Copyright © 2022. All rights reserved.