Uses of Interface
software.amazon.awssdk.services.waf.model.ListIpSetsResponse.Builder
-
Packages that use ListIpSetsResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ListIpSetsResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListIpSetsResponse.Builder Modifier and Type Method Description static ListIpSetsResponse.BuilderListIpSetsResponse. builder()ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSets(Collection<IPSetSummary> ipSets)An array of IPSetSummary objects.ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSets(Consumer<IPSetSummary.Builder>... ipSets)An array of IPSetSummary objects.ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSets(IPSetSummary... ipSets)An array of IPSetSummary objects.ListIpSetsResponse.BuilderListIpSetsResponse.Builder. nextMarker(String nextMarker)To list moreIPSetobjects, submit anotherListIPSetsrequest, and in the next request use theNextMarkerresponse value as theNextMarkervalue.ListIpSetsResponse.BuilderListIpSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListIpSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListIpSetsResponse.Builder>ListIpSetsResponse. serializableBuilderClass()
-