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