Uses of Class
software.amazon.awssdk.services.wafv2.model.ListRegexPatternSetsResponse
-
Packages that use ListRegexPatternSetsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListRegexPatternSetsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListRegexPatternSetsResponse Modifier and Type Method Description default ListRegexPatternSetsResponseWafv2Client. listRegexPatternSets(Consumer<ListRegexPatternSetsRequest.Builder> listRegexPatternSetsRequest)Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.default ListRegexPatternSetsResponseWafv2Client. listRegexPatternSets(ListRegexPatternSetsRequest listRegexPatternSetsRequest)Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListRegexPatternSetsResponse Modifier and Type Method Description default CompletableFuture<ListRegexPatternSetsResponse>Wafv2AsyncClient. listRegexPatternSets(Consumer<ListRegexPatternSetsRequest.Builder> listRegexPatternSetsRequest)Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.default CompletableFuture<ListRegexPatternSetsResponse>Wafv2AsyncClient. listRegexPatternSets(ListRegexPatternSetsRequest listRegexPatternSetsRequest)Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.
-