| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
FieldToMatch.clone() |
FieldToMatch |
SqlInjectionMatchTuple.getFieldToMatch()
Specifies where in a web request to look for snippets of malicious SQL code.
|
FieldToMatch |
ByteMatchTuple.getFieldToMatch()
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
FieldToMatch |
XssMatchTuple.getFieldToMatch()
Specifies where in a web request to look for cross-site scripting attacks.
|
FieldToMatch |
RegexMatchTuple.getFieldToMatch()
Specifies where in a web request to look for the
RegexPatternSet. |
FieldToMatch |
SizeConstraint.getFieldToMatch()
Specifies where in a web request to look for the size constraint.
|
FieldToMatch |
FieldToMatch.withData(String data)
When the value of
Type is HEADER, enter the name of the header that you want AWS WAF to
search, for example, User-Agent or Referer. |
FieldToMatch |
FieldToMatch.withType(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a specified string.
|
FieldToMatch |
FieldToMatch.withType(String type)
The part of the web request that you want AWS WAF to search for a specified string.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldToMatch> |
LoggingConfiguration.getRedactedFields()
The parts of the request that you want redacted from the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlInjectionMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
void |
ByteMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
void |
XssMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
void |
RegexMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
void |
SizeConstraint.setFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the size constraint.
|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
ByteMatchTuple |
ByteMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
XssMatchTuple |
XssMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
RegexMatchTuple |
RegexMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
SizeConstraint |
SizeConstraint.withFieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the size constraint.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
Copyright © 2025. All rights reserved.