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 IPSet
IPSet. clone()
IPSet
CreateIPSetResult. getIPSet()
The IPSet returned in theCreateIPSet
response.IPSet
GetIPSetResult. getIPSet()
Information about the IPSet that you specified in theGetIPSet
request.IPSet
IPSet. withIPSetDescriptors(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.IPSet
IPSet. withIPSetId(String iPSetId)
TheIPSetId
for anIPSet
.IPSet
IPSet. 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 void
CreateIPSetResult. setIPSet(IPSet iPSet)
The IPSet returned in theCreateIPSet
response.void
GetIPSetResult. setIPSet(IPSet iPSet)
Information about the IPSet that you specified in theGetIPSet
request.CreateIPSetResult
CreateIPSetResult. withIPSet(IPSet iPSet)
The IPSet returned in theCreateIPSet
response.GetIPSetResult
GetIPSetResult. withIPSet(IPSet iPSet)
Information about the IPSet that you specified in theGetIPSet
request.
-