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