Uses of Class
com.amazonaws.services.waf.model.ListWebACLsResult
-
Packages that use ListWebACLsResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of ListWebACLsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return ListWebACLsResult Modifier and Type Method Description ListWebACLsResult
AbstractAWSWAF. listWebACLs(ListWebACLsRequest request)
ListWebACLsResult
AWSWAF. listWebACLs(ListWebACLsRequest listWebACLsRequest)
Returns an array of WebACLSummary objects in the response.ListWebACLsResult
AWSWAFClient. listWebACLs(ListWebACLsRequest listWebACLsRequest)
Returns an array of WebACLSummary objects in the response.Method parameters in com.amazonaws.services.waf with type arguments of type ListWebACLsResult Modifier and Type Method Description Future<ListWebACLsResult>
AbstractAWSWAFAsync. listWebACLsAsync(ListWebACLsRequest request, AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler)
Future<ListWebACLsResult>
AWSWAFAsync. listWebACLsAsync(ListWebACLsRequest listWebACLsRequest, AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler)
Returns an array of WebACLSummary objects in the response.Future<ListWebACLsResult>
AWSWAFAsyncClient. listWebACLsAsync(ListWebACLsRequest request, AsyncHandler<ListWebACLsRequest,ListWebACLsResult> asyncHandler)
-
Uses of ListWebACLsResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ListWebACLsResult Modifier and Type Method Description ListWebACLsResult
ListWebACLsResult. clone()
ListWebACLsResult
ListWebACLsResult. withNextMarker(String nextMarker)
If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.ListWebACLsResult
ListWebACLsResult. withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.ListWebACLsResult
ListWebACLsResult. withWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
-