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 SqlInjectionMatchSetSummarySqlInjectionMatchSetSummary. clone()SqlInjectionMatchSetSummarySqlInjectionMatchSetSummary. withName(String name)The name of theSqlInjectionMatchSet, if any, specified byId.SqlInjectionMatchSetSummarySqlInjectionMatchSetSummary. 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 ListSqlInjectionMatchSetsResultListSqlInjectionMatchSetsResult. 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 voidListSqlInjectionMatchSetsResult. setSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)An array of SqlInjectionMatchSetSummary objects.ListSqlInjectionMatchSetsResultListSqlInjectionMatchSetsResult. withSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)An array of SqlInjectionMatchSetSummary objects.
-