Uses of Class
com.amazonaws.services.waf.model.IPSetUpdate
Packages that use IPSetUpdate
-
Uses of IPSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetUpdateModifier and TypeMethodDescriptionIPSetUpdate.clone()
IPSetUpdate.withAction
(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdate.withAction
(String action) Specifies whether to insert or delete an IP address with UpdateIPSet.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 IPSetUpdateModifier and TypeMethodDescriptionUpdateIPSetRequest.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 IPSetUpdateModifier and TypeMethodDescriptionUpdateIPSetRequest.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 IPSetUpdateModifier and TypeMethodDescriptionvoid
UpdateIPSetRequest.setUpdates
(Collection<IPSetUpdate> updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.UpdateIPSetRequest.withUpdates
(Collection<IPSetUpdate> updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.