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 ByteMatchSetSummary
ByteMatchSetSummary. clone()
ByteMatchSetSummary
ByteMatchSetSummary. withByteMatchSetId(String byteMatchSetId)
TheByteMatchSetId
for aByteMatchSet
.ByteMatchSetSummary
ByteMatchSetSummary. 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 ListByteMatchSetsResult
ListByteMatchSetsResult. 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 void
ListByteMatchSetsResult. setByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.ListByteMatchSetsResult
ListByteMatchSetsResult. withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
-