Uses of Class
com.amazonaws.services.waf.model.IPSetDescriptor
-
Packages that use IPSetDescriptor Package Description com.amazonaws.services.waf.model -
-
Uses of IPSetDescriptor in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetDescriptor Modifier and Type Method Description IPSetDescriptorIPSetDescriptor. clone()IPSetDescriptorIPSetUpdate. getIPSetDescriptor()The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.IPSetDescriptorIPSetDescriptor. withType(IPSetDescriptorType type)SpecifyIPV4.IPSetDescriptorIPSetDescriptor. withType(String type)SpecifyIPV4.IPSetDescriptorIPSetDescriptor. withValue(String value)Specify an IPv4 address by using CIDR notation.Methods in com.amazonaws.services.waf.model that return types with arguments of type IPSetDescriptor Modifier and Type Method Description List<IPSetDescriptor>IPSet. getIPSetDescriptors()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 with parameters of type IPSetDescriptor Modifier and Type Method Description voidIPSetUpdate. setIPSetDescriptor(IPSetDescriptor iPSetDescriptor)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.IPSetUpdateIPSetUpdate. withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.IPSetIPSet. withIPSetDescriptors(IPSetDescriptor... iPSetDescriptors)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.Method parameters in com.amazonaws.services.waf.model with type arguments of type IPSetDescriptor Modifier and Type Method Description voidIPSet. setIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.IPSetIPSet. withIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)The IP address type (IPV4) and the IP address range (in CIDR notation) that web requests originate from.
-