| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWebACLsResult> |
AbstractAWSWAFV2Async.listWebACLsAsync(ListWebACLsRequest request,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebACLsRequest |
ListWebACLsRequest.clone() |
ListWebACLsRequest |
ListWebACLsRequest.withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListWebACLsRequest |
ListWebACLsRequest.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. |
ListWebACLsRequest |
ListWebACLsRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
ListWebACLsRequest |
ListWebACLsRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2025. All rights reserved.