Uses of Interface
software.amazon.awssdk.services.waf.model.ListByteMatchSetsResponse.Builder
-
Packages that use ListByteMatchSetsResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ListByteMatchSetsResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListByteMatchSetsResponse.Builder Modifier and Type Method Description static ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse. builder()ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse.Builder. byteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse.Builder. byteMatchSets(Consumer<ByteMatchSetSummary.Builder>... byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse.Builder. byteMatchSets(ByteMatchSetSummary... byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse.Builder. nextMarker(String nextMarker)If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.ListByteMatchSetsResponse.BuilderListByteMatchSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListByteMatchSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListByteMatchSetsResponse.Builder>ListByteMatchSetsResponse. serializableBuilderClass()
-