| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdate |
RuleUpdate.clone() |
RuleUpdate |
RuleUpdate.withAction(ChangeAction action)
Specify
INSERT to add a Predicate to a Rule. |
RuleUpdate |
RuleUpdate.withAction(String action)
Specify
INSERT to add a Predicate to a Rule. |
RuleUpdate |
RuleUpdate.withPredicate(Predicate predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to a Rule. |
| Modifier and Type | Method and Description |
|---|---|
List<RuleUpdate> |
UpdateRuleRequest.getUpdates()
An array of
RuleUpdate objects that you want to insert into or delete from a Rule. |
List<RuleUpdate> |
UpdateRateBasedRuleRequest.getUpdates()
An array of
RuleUpdate objects that you want to insert into or delete from a RateBasedRule. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleRequest |
UpdateRuleRequest.withUpdates(RuleUpdate... updates)
An array of
RuleUpdate objects that you want to insert into or delete from a Rule. |
UpdateRateBasedRuleRequest |
UpdateRateBasedRuleRequest.withUpdates(RuleUpdate... updates)
An array of
RuleUpdate objects that you want to insert into or delete from a RateBasedRule. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuleRequest.setUpdates(Collection<RuleUpdate> updates)
An array of
RuleUpdate objects that you want to insert into or delete from a Rule. |
void |
UpdateRateBasedRuleRequest.setUpdates(Collection<RuleUpdate> updates)
An array of
RuleUpdate objects that you want to insert into or delete from a RateBasedRule. |
UpdateRuleRequest |
UpdateRuleRequest.withUpdates(Collection<RuleUpdate> updates)
An array of
RuleUpdate objects that you want to insert into or delete from a Rule. |
UpdateRateBasedRuleRequest |
UpdateRateBasedRuleRequest.withUpdates(Collection<RuleUpdate> updates)
An array of
RuleUpdate objects that you want to insert into or delete from a RateBasedRule. |
Copyright © 2019. All rights reserved.