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