Uses of Class
com.amazonaws.services.waf.model.ListWebACLsResult
Packages that use ListWebACLsResult
-
Uses of ListWebACLsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return ListWebACLsResultModifier and TypeMethodDescriptionAbstractAWSWAF.listWebACLs
(ListWebACLsRequest request) AWSWAF.listWebACLs
(ListWebACLsRequest listWebACLsRequest) Returns an array of WebACLSummary objects in the response.AWSWAFClient.listWebACLs
(ListWebACLsRequest listWebACLsRequest) Returns an array of WebACLSummary objects in the response.Methods in com.amazonaws.services.waf that return types with arguments of type ListWebACLsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest request) AbstractAWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest request, AsyncHandler<ListWebACLsRequest, ListWebACLsResult> asyncHandler) AWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest listWebACLsRequest) Returns an array of WebACLSummary objects in the response.AWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest listWebACLsRequest, AsyncHandler<ListWebACLsRequest, ListWebACLsResult> asyncHandler) Returns an array of WebACLSummary objects in the response.AWSWAFAsyncClient.listWebACLsAsync
(ListWebACLsRequest request) AWSWAFAsyncClient.listWebACLsAsync
(ListWebACLsRequest request, AsyncHandler<ListWebACLsRequest, ListWebACLsResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type ListWebACLsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest request, AsyncHandler<ListWebACLsRequest, ListWebACLsResult> asyncHandler) AWSWAFAsync.listWebACLsAsync
(ListWebACLsRequest listWebACLsRequest, AsyncHandler<ListWebACLsRequest, ListWebACLsResult> asyncHandler) Returns an array of WebACLSummary objects in the response.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 ListWebACLsResultModifier and TypeMethodDescriptionListWebACLsResult.clone()
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.withWebACLs
(WebACLSummary... webACLs) An array of WebACLSummary objects.ListWebACLsResult.withWebACLs
(Collection<WebACLSummary> webACLs) An array of WebACLSummary objects.