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