Uses of Class
software.amazon.awssdk.services.wafv2.model.GetIpSetResponse
-
Packages that use GetIpSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetIpSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetIpSetResponse Modifier and Type Method Description default GetIpSetResponseWafv2Client. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the specified IPSet.default GetIpSetResponseWafv2Client. getIPSet(GetIpSetRequest getIpSetRequest)Retrieves the specified IPSet.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetIpSetResponse Modifier and Type Method Description default CompletableFuture<GetIpSetResponse>Wafv2AsyncClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the specified IPSet.default CompletableFuture<GetIpSetResponse>Wafv2AsyncClient. getIPSet(GetIpSetRequest getIpSetRequest)Retrieves the specified IPSet.
-