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