Uses of Class
com.amazonaws.services.waf.model.ByteMatchSetSummary
Packages that use ByteMatchSetSummary
-
Uses of ByteMatchSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchSetSummaryModifier and TypeMethodDescriptionByteMatchSetSummary.clone()
ByteMatchSetSummary.withByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
for aByteMatchSet
.A friendly name or description of the ByteMatchSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type ByteMatchSetSummaryModifier and TypeMethodDescriptionListByteMatchSetsResult.getByteMatchSets()
An array of ByteMatchSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchSetSummaryModifier and TypeMethodDescriptionListByteMatchSetsResult.withByteMatchSets
(ByteMatchSetSummary... byteMatchSets) An array of ByteMatchSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type ByteMatchSetSummaryModifier and TypeMethodDescriptionvoid
ListByteMatchSetsResult.setByteMatchSets
(Collection<ByteMatchSetSummary> byteMatchSets) An array of ByteMatchSetSummary objects.ListByteMatchSetsResult.withByteMatchSets
(Collection<ByteMatchSetSummary> byteMatchSets) An array of ByteMatchSetSummary objects.