Uses of Class
com.amazonaws.services.waf.model.RuleUpdate
Packages that use RuleUpdate
-
Uses of RuleUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return RuleUpdateModifier and TypeMethodDescriptionRuleUpdate.clone()
RuleUpdate.withAction
(ChangeAction action) SpecifyINSERT
to add aPredicate
to aRule
.RuleUpdate.withAction
(String action) SpecifyINSERT
to add aPredicate
to aRule
.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 RuleUpdateModifier and TypeMethodDescriptionUpdateRuleRequest.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 RuleUpdateModifier and TypeMethodDescriptionUpdateRuleRequest.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 RuleUpdateModifier and TypeMethodDescriptionvoid
UpdateRuleRequest.setUpdates
(Collection<RuleUpdate> updates) An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.UpdateRuleRequest.withUpdates
(Collection<RuleUpdate> updates) An array ofRuleUpdate
objects that you want to insert into or delete from a Rule.