| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLSummary |
WebACLSummary.clone() |
WebACLSummary |
CreateWebACLResult.getSummary()
High-level information about a WebACL, returned by operations like create and list.
|
WebACLSummary |
WebACLSummary.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
WebACLSummary |
WebACLSummary.withDescription(String description)
A description of the web ACL that helps with identification.
|
WebACLSummary |
WebACLSummary.withId(String id)
The unique identifier for the web ACL.
|
WebACLSummary |
WebACLSummary.withLockToken(String lockToken)
A token used for optimistic locking.
|
WebACLSummary |
WebACLSummary.withName(String name)
The name of the web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebACLSummary> |
ListWebACLsResult.getWebACLs()
Array of web ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWebACLResult.setSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
CreateWebACLResult |
CreateWebACLResult.withSummary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(WebACLSummary... webACLs)
Array of web ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWebACLsResult.setWebACLs(Collection<WebACLSummary> webACLs)
Array of web ACLs.
|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(Collection<WebACLSummary> webACLs)
Array of web ACLs.
|
Copyright © 2024. All rights reserved.