Uses of Class
software.amazon.awssdk.services.waf.model.SqlInjectionMatchSetSummary
-
Packages that use SqlInjectionMatchSetSummary Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SqlInjectionMatchSetSummary in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SqlInjectionMatchSetSummary Modifier and Type Method Description List<SqlInjectionMatchSetSummary>ListSqlInjectionMatchSetsResponse. sqlInjectionMatchSets()An array of SqlInjectionMatchSetSummary objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type SqlInjectionMatchSetSummary Modifier and Type Method Description ListSqlInjectionMatchSetsResponse.BuilderListSqlInjectionMatchSetsResponse.Builder. sqlInjectionMatchSets(SqlInjectionMatchSetSummary... sqlInjectionMatchSets)An array of SqlInjectionMatchSetSummary objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SqlInjectionMatchSetSummary Modifier and Type Method Description ListSqlInjectionMatchSetsResponse.BuilderListSqlInjectionMatchSetsResponse.Builder. sqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets)An array of SqlInjectionMatchSetSummary objects.
-