Uses of Class
software.amazon.awssdk.services.waf.model.GetIpSetResponse
-
Packages that use GetIpSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of GetIpSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return GetIpSetResponse Modifier and Type Method Description default GetIpSetResponseWafClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)default GetIpSetResponseWafClient. getIPSet(GetIpSetRequest getIpSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type GetIpSetResponse Modifier and Type Method Description default CompletableFuture<GetIpSetResponse>WafAsyncClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)default CompletableFuture<GetIpSetResponse>WafAsyncClient. getIPSet(GetIpSetRequest getIpSetRequest) -
Uses of GetIpSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return GetIpSetResponse Modifier and Type Method Description default GetIpSetResponseWafRegionalClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)default GetIpSetResponseWafRegionalClient. getIPSet(GetIpSetRequest getIpSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type GetIpSetResponse Modifier and Type Method Description default CompletableFuture<GetIpSetResponse>WafRegionalAsyncClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)default CompletableFuture<GetIpSetResponse>WafRegionalAsyncClient. getIPSet(GetIpSetRequest getIpSetRequest)
-