Uses of Class
software.amazon.awssdk.services.waf.model.RuleGroupUpdate
-
Packages that use RuleGroupUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleGroupUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RuleGroupUpdate Modifier and Type Method Description List<RuleGroupUpdate>UpdateRuleGroupRequest. updates()An array ofRuleGroupUpdateobjects that you want to insert into or delete from a RuleGroup.Methods in software.amazon.awssdk.services.waf.model with parameters of type RuleGroupUpdate Modifier and Type Method Description UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. updates(RuleGroupUpdate... updates)An array ofRuleGroupUpdateobjects that you want to insert into or delete from a RuleGroup.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type RuleGroupUpdate Modifier and Type Method Description UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. updates(Collection<RuleGroupUpdate> updates)An array ofRuleGroupUpdateobjects that you want to insert into or delete from a RuleGroup.
-