Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
WebACLSummary |
WebACLSummary.clone() |
WebACLSummary |
WebACLSummary.withName(String name)
A friendly name or description of the WebACL.
|
WebACLSummary |
WebACLSummary.withWebACLId(String webACLId)
A unique identifier for a
WebACL . |
Modifier and Type | Method and Description |
---|---|
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(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
Copyright © 2018. All rights reserved.