Uses of Class
software.amazon.awssdk.services.wafv2.model.ListIpSetsRequest
-
Packages that use ListIpSetsRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of ListIpSetsRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type ListIpSetsRequest Modifier and Type Method Description default CompletableFuture<ListIpSetsResponse>Wafv2AsyncClient. listIPSets(ListIpSetsRequest 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. -
Uses of ListIpSetsRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type ListIpSetsRequest Modifier and Type Method Description SdkHttpFullRequestListIpSetsRequestMarshaller. marshall(ListIpSetsRequest listIpSetsRequest)
-