Uses of Interface
software.amazon.awssdk.services.waf.model.IPSetUpdate.Builder
-
Packages that use IPSetUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSetUpdate.Builder Modifier and Type Method Description IPSetUpdate.BuilderIPSetUpdate.Builder. action(String action)Specifies whether to insert or delete an IP address with UpdateIPSet.IPSetUpdate.BuilderIPSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete an IP address with UpdateIPSet.static IPSetUpdate.BuilderIPSetUpdate. builder()default IPSetUpdate.BuilderIPSetUpdate.Builder. ipSetDescriptor(Consumer<IPSetDescriptor.Builder> ipSetDescriptor)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSetUpdate.BuilderIPSetUpdate.Builder. ipSetDescriptor(IPSetDescriptor ipSetDescriptor)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSetUpdate.BuilderIPSetUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetUpdate.Builder Modifier and Type Method Description static Class<? extends IPSetUpdate.Builder>IPSetUpdate. serializableBuilderClass()
-