Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
FieldToMatch |
FieldToMatch.clone() |
FieldToMatch |
SqlInjectionMatchTuple.getFieldToMatch() |
FieldToMatch |
SizeConstraint.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 |
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 |
SizeConstraint.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.
|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch) |
SizeConstraint |
SizeConstraint.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.
|
Copyright © 2018. All rights reserved.