Uses of Interface
software.amazon.awssdk.services.waf.model.IPSetDescriptor.Builder
-
Packages that use IPSetDescriptor.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetDescriptor.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSetDescriptor.Builder Modifier and Type Method Description static IPSetDescriptor.BuilderIPSetDescriptor. builder()IPSetDescriptor.BuilderIPSetDescriptor. toBuilder()IPSetDescriptor.BuilderIPSetDescriptor.Builder. type(String type)SpecifyIPV4orIPV6.IPSetDescriptor.BuilderIPSetDescriptor.Builder. type(IPSetDescriptorType type)SpecifyIPV4orIPV6.IPSetDescriptor.BuilderIPSetDescriptor.Builder. value(String value)Specify an IPv4 address by using CIDR notation.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetDescriptor.Builder Modifier and Type Method Description static Class<? extends IPSetDescriptor.Builder>IPSetDescriptor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type IPSetDescriptor.Builder Modifier and Type Method Description 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.
-