Uses of Class
software.amazon.awssdk.services.waf.model.IPSetDescriptor
-
Packages that use IPSetDescriptor Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetDescriptor in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return IPSetDescriptor Modifier and Type Method Description IPSetDescriptorIPSetUpdate. ipSetDescriptor()The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetDescriptor Modifier and Type Method Description List<IPSetDescriptor>IPSet. ipSetDescriptors()The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Methods in software.amazon.awssdk.services.waf.model with parameters of type IPSetDescriptor Modifier and Type Method Description IPSetUpdate.BuilderIPSetUpdate.Builder. ipSetDescriptor(IPSetDescriptor ipSetDescriptor)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSet.BuilderIPSet.Builder. ipSetDescriptors(IPSetDescriptor... ipSetDescriptors)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type IPSetDescriptor Modifier and Type Method Description IPSet.BuilderIPSet.Builder. ipSetDescriptors(Collection<IPSetDescriptor> ipSetDescriptors)The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.
-