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. |
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. |
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. |
UpdateRuleRequest |
UpdateRuleRequest.withUpdates(Collection<RuleUpdate> updates)
An array of
RuleUpdate objects that you want to insert into
or delete from a Rule. |
Copyright © 2018. All rights reserved.