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 SqlInjectionMatchSetSqlInjectionMatchSet. clone()SqlInjectionMatchSetCreateSqlInjectionMatchSetResult. getSqlInjectionMatchSet()SqlInjectionMatchSetGetSqlInjectionMatchSetResult. getSqlInjectionMatchSet()Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.SqlInjectionMatchSetSqlInjectionMatchSet. withName(String name)The name, if any, of theSqlInjectionMatchSet.SqlInjectionMatchSetSqlInjectionMatchSet. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)A unique identifier for aSqlInjectionMatchSet.SqlInjectionMatchSetSqlInjectionMatchSet. withSqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSetSqlInjectionMatchSet. 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 voidCreateSqlInjectionMatchSetResult. setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)voidGetSqlInjectionMatchSetResult. setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.CreateSqlInjectionMatchSetResultCreateSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)GetSqlInjectionMatchSetResultGetSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.
-