Package | Description |
---|---|
com.amazonaws.services.waf.model |
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(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 |
---|---|
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(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Copyright © 2018. All rights reserved.