Uses of Class
software.amazon.awssdk.services.waf.model.DeleteIpSetRequest
-
-
Uses of DeleteIpSetRequest in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf with parameters of type DeleteIpSetRequest Modifier and Type Method Description default CompletableFuture<DeleteIpSetResponse>WafAsyncClient. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)default DeleteIpSetResponseWafClient. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest) -
Uses of DeleteIpSetRequest in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional with parameters of type DeleteIpSetRequest Modifier and Type Method Description default CompletableFuture<DeleteIpSetResponse>WafRegionalAsyncClient. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)default DeleteIpSetResponseWafRegionalClient. deleteIPSet(DeleteIpSetRequest deleteIpSetRequest) -
Uses of DeleteIpSetRequest in software.amazon.awssdk.services.waf.regional.transform
Methods in software.amazon.awssdk.services.waf.regional.transform with parameters of type DeleteIpSetRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIpSetRequestMarshaller. marshall(DeleteIpSetRequest deleteIpSetRequest) -
Uses of DeleteIpSetRequest in software.amazon.awssdk.services.waf.transform
Methods in software.amazon.awssdk.services.waf.transform with parameters of type DeleteIpSetRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIpSetRequestMarshaller. marshall(DeleteIpSetRequest deleteIpSetRequest)
-