Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<WebACLSummary> |
ListWebACLsResult.webACLs
An array of WebACLSummary objects.
|
Modifier and Type | Method and Description |
---|---|
WebACLSummary |
WebACLSummary.clone() |
WebACLSummary |
WebACLSummary.withName(java.lang.String name)
A friendly name or description of the WebACL.
|
WebACLSummary |
WebACLSummary.withWebACLId(java.lang.String webACLId)
A unique identifier for a
WebACL . |
Modifier and Type | Method and Description |
---|---|
java.util.List<WebACLSummary> |
ListWebACLsResult.getWebACLs()
An array of WebACLSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListWebACLsResult.setWebACLs(java.util.Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(java.util.Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
Modifier and Type | Method and Description |
---|---|
WebACLSummary |
WebACLSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WebACLSummaryJsonMarshaller.marshall(WebACLSummary webACLSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|