Uses of Class
software.amazon.awssdk.services.waf.model.RegexMatchTuple
-
Packages that use RegexMatchTuple Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RegexMatchTuple in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RegexMatchTuple Modifier and Type Method Description RegexMatchTupleRegexMatchSetUpdate. regexMatchTuple()Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular expression (regex) pattern that you want AWS WAF to search for.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RegexMatchTuple Modifier and Type Method Description List<RegexMatchTuple>RegexMatchSet. regexMatchTuples()Contains an array of RegexMatchTuple objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type RegexMatchTuple Modifier and Type Method Description RegexMatchSetUpdate.BuilderRegexMatchSetUpdate.Builder. regexMatchTuple(RegexMatchTuple regexMatchTuple)Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular expression (regex) pattern that you want AWS WAF to search for.RegexMatchSet.BuilderRegexMatchSet.Builder. regexMatchTuples(RegexMatchTuple... regexMatchTuples)Contains an array of RegexMatchTuple objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type RegexMatchTuple Modifier and Type Method Description RegexMatchSet.BuilderRegexMatchSet.Builder. regexMatchTuples(Collection<RegexMatchTuple> regexMatchTuples)Contains an array of RegexMatchTuple objects.
-