Uses of Class
com.amazonaws.services.waf.model.RuleUpdate
-
Packages that use RuleUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of RuleUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return RuleUpdate Modifier and Type Method Description RuleUpdate
RuleUpdate. clone()
RuleUpdate
RuleUpdate. withAction(ChangeAction action)
SpecifyINSERT
to add aPredicate
to aRule
.RuleUpdate
RuleUpdate. withAction(String action)
SpecifyINSERT
to add aPredicate
to aRule
.RuleUpdate
RuleUpdate. withPredicate(Predicate predicate)
The ID of thePredicate
(such as anIPSet
) that you want to add to aRule
.Methods in com.amazonaws.services.waf.model that return types with arguments of type RuleUpdate Modifier and Type Method Description List<RuleUpdate>
UpdateRuleRequest. getUpdates()
An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.Methods in com.amazonaws.services.waf.model with parameters of type RuleUpdate Modifier and Type Method Description UpdateRuleRequest
UpdateRuleRequest. withUpdates(RuleUpdate... updates)
An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.Method parameters in com.amazonaws.services.waf.model with type arguments of type RuleUpdate Modifier and Type Method Description void
UpdateRuleRequest. setUpdates(Collection<RuleUpdate> updates)
An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.UpdateRuleRequest
UpdateRuleRequest. withUpdates(Collection<RuleUpdate> updates)
An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.
-