| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
RegexPatternSetReferenceStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
ByteMatchStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
SqliMatchStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
SizeConstraintStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
XssMatchStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
RegexMatchStatement.fieldToMatch()
The part of the web request that you want WAF to inspect.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldToMatch> |
LoggingConfiguration.redactedFields()
The parts of the request that you want to keep out of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
XssMatchStatement.Builder |
XssMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want to keep out of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want to keep out of the logs.
|
Copyright © 2023. All rights reserved.