Uses of Class
com.amazonaws.services.waf.model.IPSet
Packages that use IPSet
-
Uses of IPSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetModifier and TypeMethodDescriptionIPSet.clone()
CreateIPSetResult.getIPSet()
The IPSet returned in theCreateIPSet
response.GetIPSetResult.getIPSet()
Information about the IPSet that you specified in theGetIPSet
request.IPSet.withIPSetDescriptors
(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.IPSet.withIPSetId
(String iPSetId) TheIPSetId
for anIPSet
.A friendly name or description of the IPSet.Methods in com.amazonaws.services.waf.model with parameters of type IPSet