Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
ByteMatchSetSummary |
ByteMatchSetSummary.clone() |
ByteMatchSetSummary |
ByteMatchSetSummary.withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet . |
ByteMatchSetSummary |
ByteMatchSetSummary.withName(String name)
A friendly name or description of the ByteMatchSet.
|
Modifier and Type | Method and Description |
---|---|
List<ByteMatchSetSummary> |
ListByteMatchSetsResult.getByteMatchSets()
An array of ByteMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ListByteMatchSetsResult |
ListByteMatchSetsResult.withByteMatchSets(ByteMatchSetSummary... byteMatchSets)
An array of ByteMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListByteMatchSetsResult.setByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
|
ListByteMatchSetsResult |
ListByteMatchSetsResult.withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
|
Copyright © 2018. All rights reserved.