| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchTuple |
RegexMatchTuple.clone() |
RegexMatchTuple |
RegexMatchSetUpdate.getRegexMatchTuple()
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.
|
RegexMatchTuple |
RegexMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
RegexMatchTuple |
RegexMatchTuple.withRegexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId for a RegexPatternSet. |
RegexMatchTuple |
RegexMatchTuple.withTextTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
RegexMatchTuple |
RegexMatchTuple.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegexMatchTuple> |
RegexMatchSet.getRegexMatchTuples()
Contains an array of RegexMatchTuple objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegexMatchSetUpdate.setRegexMatchTuple(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.
|
RegexMatchSetUpdate |
RegexMatchSetUpdate.withRegexMatchTuple(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 |
RegexMatchSet.withRegexMatchTuples(RegexMatchTuple... regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegexMatchSet.setRegexMatchTuples(Collection<RegexMatchTuple> regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
RegexMatchSet |
RegexMatchSet.withRegexMatchTuples(Collection<RegexMatchTuple> regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
Copyright © 2024. All rights reserved.