Uses of Class
software.amazon.awssdk.services.waf.model.IPSetSummary
-
Packages that use IPSetSummary Package Description software.amazon.awssdk.services.waf.model -
-
Uses of IPSetSummary in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type IPSetSummary Modifier and Type Method Description List<IPSetSummary>ListIpSetsResponse. ipSets()An array of IPSetSummary objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type IPSetSummary Modifier and Type Method Description ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSets(IPSetSummary... ipSets)An array of IPSetSummary objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type IPSetSummary Modifier and Type Method Description ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSets(Collection<IPSetSummary> ipSets)An array of IPSetSummary objects.
-