Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private XssMatchTuple |
XssMatchSetUpdate.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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<XssMatchTuple> |
XssMatchSet.xssMatchTuples
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
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(java.lang.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 |
---|---|
java.util.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(java.util.Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
XssMatchSet |
XssMatchSet.withXssMatchTuples(java.util.Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
Modifier and Type | Method and Description |
---|---|
XssMatchTuple |
XssMatchTupleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XssMatchTupleJsonMarshaller.marshall(XssMatchTuple xssMatchTuple,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|