Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchSetSummary
-
Packages that use SqlInjectionMatchSetSummary Package Description com.amazonaws.services.waf.model -
-
Uses of SqlInjectionMatchSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchSetSummary Modifier and Type Method Description SqlInjectionMatchSetSummary
SqlInjectionMatchSetSummary. clone()
SqlInjectionMatchSetSummary
SqlInjectionMatchSetSummary. withName(String name)
The name of theSqlInjectionMatchSet
, if any, specified byId
.SqlInjectionMatchSetSummary
SqlInjectionMatchSetSummary. withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for aSqlInjectionMatchSet
.Methods in com.amazonaws.services.waf.model that return types with arguments of type SqlInjectionMatchSetSummary Modifier and Type Method Description List<SqlInjectionMatchSetSummary>
ListSqlInjectionMatchSetsResult. getSqlInjectionMatchSets()
An array of SqlInjectionMatchSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type SqlInjectionMatchSetSummary Modifier and Type Method Description ListSqlInjectionMatchSetsResult
ListSqlInjectionMatchSetsResult. withSqlInjectionMatchSets(SqlInjectionMatchSetSummary... sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type SqlInjectionMatchSetSummary Modifier and Type Method Description void
ListSqlInjectionMatchSetsResult. setSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.ListSqlInjectionMatchSetsResult
ListSqlInjectionMatchSetsResult. withSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)
An array of SqlInjectionMatchSetSummary objects.
-