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) SpecifyINSERTto add aPredicateto aRule.RuleUpdate.withAction(String action) SpecifyINSERTto add aPredicateto 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 ofRuleUpdateobjects 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 ofRuleUpdateobjects 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 TypeMethodDescriptionvoidUpdateRuleRequest.setUpdates(Collection<RuleUpdate> updates) An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.UpdateRuleRequest.withUpdates(Collection<RuleUpdate> updates) An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.