Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
XssMatchTuple |
XssMatchTuple.clone() |
XssMatchTuple |
XssMatchSetUpdate.getXssMatchTuple()
Specifies the part of a web request that you want AWS WAF to inspect for
cross-site scripting attacks and, if you want AWS WAF to inspect a
header, the name of the header.
|
XssMatchTuple |
XssMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch) |
XssMatchTuple |
XssMatchTuple.withTextTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
XssMatchTuple |
XssMatchTuple.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
Modifier and Type | Method and Description |
---|---|
List<XssMatchTuple> |
XssMatchSet.getXssMatchTuples()
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
Modifier and Type | Method and Description |
---|---|
void |
XssMatchSetUpdate.setXssMatchTuple(XssMatchTuple xssMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for
cross-site scripting attacks and, if you want AWS WAF to inspect a
header, the name of the header.
|
XssMatchSetUpdate |
XssMatchSetUpdate.withXssMatchTuple(XssMatchTuple xssMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for
cross-site scripting attacks and, if you want AWS WAF to inspect a
header, the name of the header.
|
XssMatchSet |
XssMatchSet.withXssMatchTuples(XssMatchTuple... xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
Modifier and Type | Method and Description |
---|---|
void |
XssMatchSet.setXssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
XssMatchSet |
XssMatchSet.withXssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
Copyright © 2018. All rights reserved.