Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private SqlInjectionMatchTuple |
SqlInjectionMatchSetUpdate.sqlInjectionMatchTuple
Specifies the part of a web request that you want AWS WAF to inspect for
snippets of malicious SQL code 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<SqlInjectionMatchTuple> |
SqlInjectionMatchSet.sqlInjectionMatchTuples
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.clone() |
SqlInjectionMatchTuple |
SqlInjectionMatchSetUpdate.getSqlInjectionMatchTuple()
Specifies the part of a web request that you want AWS WAF to inspect for
snippets of malicious SQL code and, if you want AWS WAF to inspect a
header, the name of the header.
|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.withFieldToMatch(FieldToMatch fieldToMatch) |
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.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.
|
SqlInjectionMatchTuple |
SqlInjectionMatchTuple.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<SqlInjectionMatchTuple> |
SqlInjectionMatchSet.getSqlInjectionMatchTuples()
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchSetUpdate.setSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for
snippets of malicious SQL code and, if you want AWS WAF to inspect a
header, the name of the header.
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for
snippets of malicious SQL code and, if you want AWS WAF to inspect a
header, the name of the header.
|
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchSet.setSqlInjectionMatchTuples(java.util.Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(java.util.Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchTuple |
SqlInjectionMatchTupleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchTupleJsonMarshaller.marshall(SqlInjectionMatchTuple sqlInjectionMatchTuple,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|