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 IPSetDescriptor
IPSetDescriptor. clone()
IPSetDescriptor
IPSetUpdate. getIPSetDescriptor()
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSetDescriptor
IPSetDescriptor. withType(IPSetDescriptorType type)
SpecifyIPV4
.IPSetDescriptor
IPSetDescriptor. withType(String type)
SpecifyIPV4
.IPSetDescriptor
IPSetDescriptor. 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 void
IPSetUpdate. setIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSetUpdate
IPSetUpdate. withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSet
IPSet. 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 void
IPSet. setIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSet
IPSet. withIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.
-