Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
Future<ListWebACLsResult> |
AWSWAFAsync.listWebACLsAsync(ListWebACLsRequest listWebACLsRequest,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler)
Returns an array of WebACLSummary objects in the response.
|
Future<ListWebACLsResult> |
AbstractAWSWAFAsync.listWebACLsAsync(ListWebACLsRequest request,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler) |
Future<ListWebACLsResult> |
AWSWAFAsyncClient.listWebACLsAsync(ListWebACLsRequest request,
AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListWebACLsRequest |
ListWebACLsRequest.clone() |
ListWebACLsRequest |
ListWebACLsRequest.withLimit(Integer limit)
Specifies the number of
WebACL objects that you want AWS WAF
to return for this request. |
ListWebACLsRequest |
ListWebACLsRequest.withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more
WebACL objects than the number that you specify for
Limit , AWS WAF returns a NextMarker value in
the response that allows you to list another group of WebACL
objects. |
Copyright © 2018. All rights reserved.