Uses of Class
software.amazon.awssdk.services.wafv2.model.CreateIpSetResponse
-
Packages that use CreateIpSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of CreateIpSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return CreateIpSetResponse Modifier and Type Method Description default CreateIpSetResponseWafv2Client. createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses.default CreateIpSetResponseWafv2Client. createIPSet(CreateIpSetRequest createIpSetRequest)Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type CreateIpSetResponse Modifier and Type Method Description default CompletableFuture<CreateIpSetResponse>Wafv2AsyncClient. createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses.default CompletableFuture<CreateIpSetResponse>Wafv2AsyncClient. createIPSet(CreateIpSetRequest createIpSetRequest)Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses.
-