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 IPSetUpdate
IPSetUpdate. clone()
IPSetUpdate
IPSetUpdate. withAction(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdate
IPSetUpdate. withAction(String action)
Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdate
IPSetUpdate. 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 ofIPSetUpdate
objects 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 UpdateIPSetRequest
UpdateIPSetRequest. withUpdates(IPSetUpdate... updates)
An array ofIPSetUpdate
objects 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 void
UpdateIPSetRequest. setUpdates(Collection<IPSetUpdate> updates)
An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.UpdateIPSetRequest
UpdateIPSetRequest. withUpdates(Collection<IPSetUpdate> updates)
An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.
-