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 RuleUpdateRuleUpdate. clone()RuleUpdateRuleUpdate. withAction(ChangeAction action)SpecifyINSERTto add aPredicateto aRule.RuleUpdateRuleUpdate. withAction(String action)SpecifyINSERTto add aPredicateto aRule.RuleUpdateRuleUpdate. 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 ofRuleUpdateobjects 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 UpdateRuleRequestUpdateRuleRequest. 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 RuleUpdate Modifier and Type Method Description voidUpdateRuleRequest. setUpdates(Collection<RuleUpdate> updates)An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.UpdateRuleRequestUpdateRuleRequest. withUpdates(Collection<RuleUpdate> updates)An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.
-