Uses of Class
software.amazon.awssdk.services.wafv2.model.ListIpSetsResponse
-
Packages that use ListIpSetsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListIpSetsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListIpSetsResponse Modifier and Type Method Description default ListIpSetsResponseWafv2Client. listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Retrieves an array of IPSetSummary objects for the IP sets that you manage.default ListIpSetsResponseWafv2Client. listIPSets(ListIpSetsRequest listIpSetsRequest)Retrieves an array of IPSetSummary objects for the IP sets that you manage.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListIpSetsResponse Modifier and Type Method Description default CompletableFuture<ListIpSetsResponse>Wafv2AsyncClient. listIPSets(Consumer<ListIpSetsRequest.Builder> listIpSetsRequest)Retrieves an array of IPSetSummary objects for the IP sets that you manage.default CompletableFuture<ListIpSetsResponse>Wafv2AsyncClient. listIPSets(ListIpSetsRequest listIpSetsRequest)Retrieves an array of IPSetSummary objects for the IP sets that you manage.
-