| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
FieldToMatch.clone() |
FieldToMatch |
RegexPatternSetReferenceStatement.getFieldToMatch()
The part of a web request that you want AWS WAF to inspect.
|
FieldToMatch |
ByteMatchStatement.getFieldToMatch()
The part of a web request that you want AWS WAF to inspect.
|
FieldToMatch |
XssMatchStatement.getFieldToMatch()
The part of a web request that you want AWS WAF to inspect.
|
FieldToMatch |
SqliMatchStatement.getFieldToMatch()
The part of a web request that you want AWS WAF to inspect.
|
FieldToMatch |
SizeConstraintStatement.getFieldToMatch()
The part of a web request that you want AWS WAF to inspect.
|
FieldToMatch |
FieldToMatch.withAllQueryArguments(AllQueryArguments allQueryArguments)
Inspect all query arguments.
|
FieldToMatch |
FieldToMatch.withBody(Body body)
Inspect the request body as plain text.
|
FieldToMatch |
FieldToMatch.withJsonBody(JsonBody jsonBody)
Inspect the request body as JSON.
|
FieldToMatch |
FieldToMatch.withMethod(Method method)
Inspect the HTTP method.
|
FieldToMatch |
FieldToMatch.withQueryString(QueryString queryString)
Inspect the query string.
|
FieldToMatch |
FieldToMatch.withSingleHeader(SingleHeader singleHeader)
Inspect a single header.
|
FieldToMatch |
FieldToMatch.withSingleQueryArgument(SingleQueryArgument singleQueryArgument)
Inspect a single query argument.
|
FieldToMatch |
FieldToMatch.withUriPath(UriPath uriPath)
Inspect the request URI path.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldToMatch> |
LoggingConfiguration.getRedactedFields()
The parts of the request that you want to keep out of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegexPatternSetReferenceStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
void |
ByteMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
void |
XssMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
void |
SqliMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
void |
SizeConstraintStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
ByteMatchStatement |
ByteMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
XssMatchStatement |
XssMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
SqliMatchStatement |
SqliMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
SizeConstraintStatement |
SizeConstraintStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(FieldToMatch... redactedFields)
The parts of the request that you want to keep out of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want to keep out of the logs.
|
Copyright © 2021. All rights reserved.