Uses of Class
software.amazon.awssdk.services.wafv2.model.DeleteIpSetResponse
-
Packages that use DeleteIpSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of DeleteIpSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return DeleteIpSetResponse Modifier and Type Method Description default DeleteIpSetResponseWafv2Client. deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)Deletes the specified IPSet.default DeleteIpSetResponseWafv2Client. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)Deletes the specified IPSet.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type DeleteIpSetResponse Modifier and Type Method Description default CompletableFuture<DeleteIpSetResponse>Wafv2AsyncClient. deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)Deletes the specified IPSet.default CompletableFuture<DeleteIpSetResponse>Wafv2AsyncClient. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)Deletes the specified IPSet.
-