Uses of Class
com.amazonaws.services.waf.model.IPSetDescriptor
Packages that use IPSetDescriptor
-
Uses of IPSetDescriptor in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetDescriptorModifier and TypeMethodDescriptionIPSetDescriptor.clone()
IPSetUpdate.getIPSetDescriptor()
The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSetDescriptor.withType
(IPSetDescriptorType type) SpecifyIPV4
.SpecifyIPV4
.Specify an IPv4 address by using CIDR notation.Methods in com.amazonaws.services.waf.model that return types with arguments of type IPSetDescriptorModifier and TypeMethodDescriptionIPSet.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 IPSetDescriptorModifier and TypeMethodDescriptionvoid
IPSetUpdate.setIPSetDescriptor
(IPSetDescriptor iPSetDescriptor) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSetUpdate.withIPSetDescriptor
(IPSetDescriptor iPSetDescriptor) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.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 IPSetDescriptorModifier and TypeMethodDescriptionvoid
IPSet.setIPSetDescriptors
(Collection<IPSetDescriptor> iPSetDescriptors) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.IPSet.withIPSetDescriptors
(Collection<IPSetDescriptor> iPSetDescriptors) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.