| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLSummary |
GetWebAclForResourceResponse.webACLSummary()
Information about the web ACL that you specified in the
GetWebACLForResource request. |
| Modifier and Type | Method and Description |
|---|---|
List<WebACLSummary> |
ListWebAcLsResponse.webACLs()
An array of WebACLSummary objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebAcLsResponse.Builder |
ListWebAcLsResponse.Builder.webACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.
|
GetWebAclForResourceResponse.Builder |
GetWebAclForResourceResponse.Builder.webACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
| Modifier and Type | Method and Description |
|---|---|
ListWebAcLsResponse.Builder |
ListWebAcLsResponse.Builder.webACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
Copyright © 2023. All rights reserved.