| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
FieldToMatch.clone() |
FieldToMatch |
RegexMatchStatement.getFieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
RegexPatternSetReferenceStatement.getFieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
SizeConstraintStatement.getFieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
XssMatchStatement.getFieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
SqliMatchStatement.getFieldToMatch()
The part of the web request that you want WAF to inspect.
|
FieldToMatch |
ByteMatchStatement.getFieldToMatch()
The part of the web request that you want 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.withCookies(Cookies cookies)
Inspect the request cookies.
|
FieldToMatch |
FieldToMatch.withHeaderOrder(HeaderOrder headerOrder)
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
FieldToMatch |
FieldToMatch.withHeaders(Headers headers)
Inspect the request headers.
|
FieldToMatch |
FieldToMatch.withJA3Fingerprint(JA3Fingerprint jA3Fingerprint)
Available for use with Amazon CloudFront distributions and Application Load Balancers.
|
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 |
RegexMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
void |
RegexPatternSetReferenceStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
void |
SizeConstraintStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
void |
XssMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
void |
SqliMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
void |
ByteMatchStatement.setFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexMatchStatement |
RegexMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement |
SizeConstraintStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
XssMatchStatement |
XssMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement |
SqliMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
ByteMatchStatement |
ByteMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want 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 © 2024. All rights reserved.