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 IPSetSummaryIPSetSummary. clone()IPSetSummaryIPSetSummary. withIPSetId(String iPSetId)TheIPSetIdfor an IPSet.IPSetSummaryIPSetSummary. 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 ListIPSetsResultListIPSetsResult. 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 voidListIPSetsResult. setIPSets(Collection<IPSetSummary> iPSets)An array of IPSetSummary objects.ListIPSetsResultListIPSetsResult. withIPSets(Collection<IPSetSummary> iPSets)An array of IPSetSummary objects.
-