| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLSummary |
CreateWebAclResponse.summary()
High-level information about a WebACL, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebACLSummary> |
ListWebAcLsResponse.webACLs()
Array of web ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebAclResponse.Builder |
CreateWebAclResponse.Builder.summary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
ListWebAcLsResponse.Builder |
ListWebAcLsResponse.Builder.webACLs(WebACLSummary... webACLs)
Array of web ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebAcLsResponse.Builder |
ListWebAcLsResponse.Builder.webACLs(Collection<WebACLSummary> webACLs)
Array of web ACLs.
|
Copyright © 2023. All rights reserved.