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