| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLSummary |
WebACLSummary.clone() |
WebACLSummary |
GetWebACLForResourceResult.getWebACLSummary()
Information about the web ACL that you specified in the
GetWebACLForResource request. |
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 |
|---|---|
void |
GetWebACLForResourceResult.setWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
ListWebACLsResult |
ListWebACLsResult.withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.
|
GetWebACLForResourceResult |
GetWebACLForResourceResult.withWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
| 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 © 2023. All rights reserved.