| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldToMatch.Builder |
FieldToMatch.builder() |
FieldToMatch.Builder |
FieldToMatch.Builder.data(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.Builder |
FieldToMatch.toBuilder() |
FieldToMatch.Builder |
FieldToMatch.Builder.type(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a specified string.
|
FieldToMatch.Builder |
FieldToMatch.Builder.type(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 |
|---|---|
static Class<? extends FieldToMatch.Builder> |
FieldToMatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
default ByteMatchTuple.Builder |
ByteMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
default RegexMatchTuple.Builder |
RegexMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
default SizeConstraint.Builder |
SizeConstraint.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for the size constraint.
|
default XssMatchTuple.Builder |
XssMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
Copyright © 2023. All rights reserved.