Uses of Class
com.amazonaws.services.waf.model.ByteMatchSetSummary
-
Packages that use ByteMatchSetSummary Package Description com.amazonaws.services.waf.model -
-
Uses of ByteMatchSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSetSummary Modifier and Type Method Description ByteMatchSetSummaryByteMatchSetSummary. clone()ByteMatchSetSummaryByteMatchSetSummary. withByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSetSummaryByteMatchSetSummary. withName(String name)A friendly name or description of the ByteMatchSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type ByteMatchSetSummary Modifier and Type Method Description List<ByteMatchSetSummary>ListByteMatchSetsResult. getByteMatchSets()An array of ByteMatchSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchSetSummary Modifier and Type Method Description ListByteMatchSetsResultListByteMatchSetsResult. withByteMatchSets(ByteMatchSetSummary... byteMatchSets)An array of ByteMatchSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type ByteMatchSetSummary Modifier and Type Method Description voidListByteMatchSetsResult. setByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResultListByteMatchSetsResult. withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.
-