Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchSet
Packages that use SqlInjectionMatchSet
-
Uses of SqlInjectionMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchSetModifier and TypeMethodDescriptionSqlInjectionMatchSet.clone()CreateSqlInjectionMatchSetResult.getSqlInjectionMatchSet()GetSqlInjectionMatchSetResult.getSqlInjectionMatchSet()Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.The name, if any, of theSqlInjectionMatchSet.SqlInjectionMatchSet.withSqlInjectionMatchSetId(String sqlInjectionMatchSetId) A unique identifier for aSqlInjectionMatchSet.SqlInjectionMatchSet.withSqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.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 SqlInjectionMatchSetModifier and TypeMethodDescriptionvoidCreateSqlInjectionMatchSetResult.setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) voidGetSqlInjectionMatchSetResult.setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.CreateSqlInjectionMatchSetResult.withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) GetSqlInjectionMatchSetResult.withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.