Uses of Class
com.amazonaws.services.waf.model.IPSet
-
Packages that use IPSet Package Description com.amazonaws.services.waf.model -
-
Uses of IPSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSet Modifier and Type Method Description IPSetIPSet. clone()IPSetCreateIPSetResult. getIPSet()The IPSet returned in theCreateIPSetresponse.IPSetGetIPSetResult. getIPSet()Information about the IPSet that you specified in theGetIPSetrequest.IPSetIPSet. withIPSetDescriptors(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.IPSetIPSet. withIPSetId(String iPSetId)TheIPSetIdfor anIPSet.IPSetIPSet. withName(String name)A friendly name or description of the IPSet.Methods in com.amazonaws.services.waf.model with parameters of type IPSet Modifier and Type Method Description voidCreateIPSetResult. setIPSet(IPSet iPSet)The IPSet returned in theCreateIPSetresponse.voidGetIPSetResult. setIPSet(IPSet iPSet)Information about the IPSet that you specified in theGetIPSetrequest.CreateIPSetResultCreateIPSetResult. withIPSet(IPSet iPSet)The IPSet returned in theCreateIPSetresponse.GetIPSetResultGetIPSetResult. withIPSet(IPSet iPSet)Information about the IPSet that you specified in theGetIPSetrequest.
-