Uses of Class
software.amazon.awssdk.services.waf.model.IPSetUpdate
-
Packages that use IPSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetUpdate Modifier and Type Method Description List<IPSetUpdate>UpdateIpSetRequest. updates()An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type IPSetUpdate Modifier and Type Method Description UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. updates(IPSetUpdate... updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type IPSetUpdate Modifier and Type Method Description UpdateIpSetRequest.BuilderUpdateIpSetRequest.Builder. updates(Collection<IPSetUpdate> updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.
-