Uses of Class
com.amazonaws.services.waf.model.IPSetSummary
-
Packages that use IPSetSummary Package Description com.amazonaws.services.waf.model -
-
Uses of IPSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return IPSetSummary Modifier and Type Method Description IPSetSummary
IPSetSummary. clone()
IPSetSummary
IPSetSummary. withIPSetId(String iPSetId)
TheIPSetId
for an IPSet.IPSetSummary
IPSetSummary. withName(String name)
A friendly name or description of the IPSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type IPSetSummary Modifier and Type Method Description List<IPSetSummary>
ListIPSetsResult. getIPSets()
An array of IPSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type IPSetSummary Modifier and Type Method Description ListIPSetsResult
ListIPSetsResult. withIPSets(IPSetSummary... iPSets)
An array of IPSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type IPSetSummary Modifier and Type Method Description void
ListIPSetsResult. setIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.ListIPSetsResult
ListIPSetsResult. withIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
-