Uses of Class
com.amazonaws.services.waf.model.IPSetUpdate
-
Packages that use IPSetUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of IPSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetUpdate Modifier and Type Method Description IPSetUpdateIPSetUpdate. clone()IPSetUpdateIPSetUpdate. withAction(ChangeAction action)Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdateIPSetUpdate. withAction(String action)Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdateIPSetUpdate. withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.Methods in com.amazonaws.services.waf.model that return types with arguments of type IPSetUpdate Modifier and Type Method Description List<IPSetUpdate>UpdateIPSetRequest. getUpdates()An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.Methods in com.amazonaws.services.waf.model with parameters of type IPSetUpdate Modifier and Type Method Description UpdateIPSetRequestUpdateIPSetRequest. withUpdates(IPSetUpdate... updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.Method parameters in com.amazonaws.services.waf.model with type arguments of type IPSetUpdate Modifier and Type Method Description voidUpdateIPSetRequest. setUpdates(Collection<IPSetUpdate> updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.UpdateIPSetRequestUpdateIPSetRequest. withUpdates(Collection<IPSetUpdate> updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.
-