| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
FieldToMatch |
FieldToMatch.clone() |
FieldToMatch |
SqlInjectionMatchTuple.getFieldToMatch() |
FieldToMatch |
XssMatchTuple.getFieldToMatch() |
FieldToMatch |
ByteMatchTuple.getFieldToMatch()
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
FieldToMatch |
SizeConstraint.getFieldToMatch() |
FieldToMatch |
FieldToMatch.withData(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 |
FieldToMatch.withType(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a specified string.
|
FieldToMatch |
FieldToMatch.withType(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 |
|---|---|
void |
SqlInjectionMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch) |
void |
XssMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch) |
void |
ByteMatchTuple.setFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
void |
SizeConstraint.setFieldToMatch(FieldToMatch fieldToMatch) |
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch) |
XssMatchTuple |
XssMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch) |
ByteMatchTuple |
ByteMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.
|
SizeConstraint |
SizeConstraint.withFieldToMatch(FieldToMatch fieldToMatch) |
Copyright © 2016. All rights reserved.