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