Uses of Class
software.amazon.awssdk.services.waf.model.RuleUpdate
-
Packages that use RuleUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RuleUpdate Modifier and Type Method Description List<RuleUpdate>UpdateRateBasedRuleRequest. updates()An array ofRuleUpdateobjects that you want to insert into or delete from a RateBasedRule.List<RuleUpdate>UpdateRuleRequest. updates()An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.Methods in software.amazon.awssdk.services.waf.model with parameters of type RuleUpdate Modifier and Type Method Description UpdateRateBasedRuleRequest.BuilderUpdateRateBasedRuleRequest.Builder. updates(RuleUpdate... updates)An array ofRuleUpdateobjects that you want to insert into or delete from a RateBasedRule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. updates(RuleUpdate... updates)An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type RuleUpdate Modifier and Type Method Description UpdateRateBasedRuleRequest.BuilderUpdateRateBasedRuleRequest.Builder. updates(Collection<RuleUpdate> updates)An array ofRuleUpdateobjects that you want to insert into or delete from a RateBasedRule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. updates(Collection<RuleUpdate> updates)An array ofRuleUpdateobjects that you want to insert into or delete from a Rule.
-