Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ByteMatchSetSummary> |
ListByteMatchSetsResult.byteMatchSets
An array of ByteMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ByteMatchSetSummary |
ByteMatchSetSummary.clone() |
ByteMatchSetSummary |
ByteMatchSetSummary.withByteMatchSetId(java.lang.String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet . |
ByteMatchSetSummary |
ByteMatchSetSummary.withName(java.lang.String name)
A friendly name or description of the ByteMatchSet.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
|
ListByteMatchSetsResult |
ListByteMatchSetsResult.withByteMatchSets(java.util.Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ByteMatchSetSummary |
ByteMatchSetSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ByteMatchSetSummaryJsonMarshaller.marshall(ByteMatchSetSummary byteMatchSetSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|