| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListWebACLsResult |
AWSWAFV2Client.listWebACLs(ListWebACLsRequest request)
Retrieves an array of WebACLSummary objects for the web ACLs that you manage.
|
ListWebACLsResult |
AWSWAFV2.listWebACLs(ListWebACLsRequest listWebACLsRequest)
Retrieves an array of WebACLSummary objects for the web ACLs that you manage.
|
ListWebACLsResult |
AbstractAWSWAFV2.listWebACLs(ListWebACLsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWebACLsResult> |
AWSWAFV2AsyncClient.listWebACLsAsync(ListWebACLsRequest request,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler) |
Future<ListWebACLsResult> |
AWSWAFV2Async.listWebACLsAsync(ListWebACLsRequest listWebACLsRequest,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler)
Retrieves an array of WebACLSummary objects for the web ACLs that you manage.
|
Future<ListWebACLsResult> |
AbstractAWSWAFV2Async.listWebACLsAsync(ListWebACLsRequest request,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWebACLsResult |
ListWebACLsResult.clone() |
ListWebACLsResult |
ListWebACLsResult.withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListWebACLsResult |
ListWebACLsResult.withWebACLs(Collection<WebACLSummary> webACLs)
Array of web ACLs.
|
ListWebACLsResult |
ListWebACLsResult.withWebACLs(WebACLSummary... webACLs)
Array of web ACLs.
|
Copyright © 2025. All rights reserved.