| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRuleGroupsResult> |
AbstractAWSWAFV2Async.listRuleGroupsAsync(ListRuleGroupsRequest request,
AsyncHandler<ListRuleGroupsRequest,ListRuleGroupsResult> asyncHandler) |
Future<ListRuleGroupsResult> |
AWSWAFV2Async.listRuleGroupsAsync(ListRuleGroupsRequest listRuleGroupsRequest,
AsyncHandler<ListRuleGroupsRequest,ListRuleGroupsResult> asyncHandler)
Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
|
Future<ListRuleGroupsResult> |
AWSWAFV2AsyncClient.listRuleGroupsAsync(ListRuleGroupsRequest request,
AsyncHandler<ListRuleGroupsRequest,ListRuleGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsRequest |
ListRuleGroupsRequest.clone() |
ListRuleGroupsRequest |
ListRuleGroupsRequest.withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListRuleGroupsRequest |
ListRuleGroupsRequest.withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListRuleGroupsRequest |
ListRuleGroupsRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
ListRuleGroupsRequest |
ListRuleGroupsRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2024. All rights reserved.