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