Uses of Class
software.amazon.awssdk.services.wafv2.model.UpdateIpSetResponse
-
Packages that use UpdateIpSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of UpdateIpSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return UpdateIpSetResponse Modifier and Type Method Description default UpdateIpSetResponseWafv2Client. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)Updates the specified IPSet.default UpdateIpSetResponseWafv2Client. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Updates the specified IPSet.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type UpdateIpSetResponse Modifier and Type Method Description default CompletableFuture<UpdateIpSetResponse>Wafv2AsyncClient. updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)Updates the specified IPSet.default CompletableFuture<UpdateIpSetResponse>Wafv2AsyncClient. updateIPSet(UpdateIpSetRequest updateIpSetRequest)Updates the specified IPSet.
-