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 ListWebACLsResultAbstractAWSWAF. listWebACLs(ListWebACLsRequest request)ListWebACLsResultAWSWAF. listWebACLs(ListWebACLsRequest listWebACLsRequest)Returns an array of WebACLSummary objects in the response.ListWebACLsResultAWSWAFClient. 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 ListWebACLsResultListWebACLsResult. clone()ListWebACLsResultListWebACLsResult. withNextMarker(String nextMarker)If you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.ListWebACLsResultListWebACLsResult. withWebACLs(WebACLSummary... webACLs)An array of WebACLSummary objects.ListWebACLsResultListWebACLsResult. withWebACLs(Collection<WebACLSummary> webACLs)An array of WebACLSummary objects.
-