| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
SqlInjectionMatchTuple.fieldToMatch()
Specifies where in a web request to look for snippets of malicious SQL code.
|
FieldToMatch |
ByteMatchTuple.fieldToMatch()
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
FieldToMatch |
RegexMatchTuple.fieldToMatch()
Specifies where in a web request to look for the
RegexPatternSet. |
FieldToMatch |
SizeConstraint.fieldToMatch()
Specifies where in a web request to look for the size constraint.
|
FieldToMatch |
XssMatchTuple.fieldToMatch()
Specifies where in a web request to look for cross-site scripting attacks.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldToMatch> |
LoggingConfiguration.redactedFields()
The parts of the request that you want redacted from the logs.
|
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
ByteMatchTuple.Builder |
ByteMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
RegexMatchTuple.Builder |
RegexMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
SizeConstraint.Builder |
SizeConstraint.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the size constraint.
|
XssMatchTuple.Builder |
XssMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from the logs.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
Copyright © 2023. All rights reserved.