Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchSet
-
Packages that use SqlInjectionMatchSet Package Description com.amazonaws.services.waf.model -
-
Uses of SqlInjectionMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchSet Modifier and Type Method Description SqlInjectionMatchSet
SqlInjectionMatchSet. clone()
SqlInjectionMatchSet
CreateSqlInjectionMatchSetResult. getSqlInjectionMatchSet()
SqlInjectionMatchSet
GetSqlInjectionMatchSetResult. getSqlInjectionMatchSet()
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.SqlInjectionMatchSet
SqlInjectionMatchSet. withName(String name)
The name, if any, of theSqlInjectionMatchSet
.SqlInjectionMatchSet
SqlInjectionMatchSet. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for aSqlInjectionMatchSet
.SqlInjectionMatchSet
SqlInjectionMatchSet. withSqlInjectionMatchTuples(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.Methods in com.amazonaws.services.waf.model with parameters of type SqlInjectionMatchSet Modifier and Type Method Description void
CreateSqlInjectionMatchSetResult. setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
void
GetSqlInjectionMatchSetResult. setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.CreateSqlInjectionMatchSetResult
CreateSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
GetSqlInjectionMatchSetResult
GetSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.
-