Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<XssMatchSetSummary> |
ListXssMatchSetsResult.xssMatchSets
An array of XssMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
XssMatchSetSummary |
XssMatchSetSummary.clone() |
XssMatchSetSummary |
XssMatchSetSummary.withName(java.lang.String name)
The name of the
XssMatchSet , if any, specified by
Id . |
XssMatchSetSummary |
XssMatchSetSummary.withXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
Modifier and Type | Method and Description |
---|---|
java.util.List<XssMatchSetSummary> |
ListXssMatchSetsResult.getXssMatchSets()
An array of XssMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ListXssMatchSetsResult |
ListXssMatchSetsResult.withXssMatchSets(XssMatchSetSummary... xssMatchSets)
An array of XssMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListXssMatchSetsResult.setXssMatchSets(java.util.Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
|
ListXssMatchSetsResult |
ListXssMatchSetsResult.withXssMatchSets(java.util.Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
XssMatchSetSummary |
XssMatchSetSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XssMatchSetSummaryJsonMarshaller.marshall(XssMatchSetSummary xssMatchSetSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|