| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResult |
AWSWAFV2Client.listRuleGroups(ListRuleGroupsRequest request)
Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
|
ListRuleGroupsResult |
AWSWAFV2.listRuleGroups(ListRuleGroupsRequest listRuleGroupsRequest)
Retrieves an array of RuleGroupSummary objects for the rule groups that you manage.
|
ListRuleGroupsResult |
AbstractAWSWAFV2.listRuleGroups(ListRuleGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRuleGroupsResult> |
AWSWAFV2AsyncClient.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> |
AbstractAWSWAFV2Async.listRuleGroupsAsync(ListRuleGroupsRequest request,
AsyncHandler<ListRuleGroupsRequest,ListRuleGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResult |
ListRuleGroupsResult.clone() |
ListRuleGroupsResult |
ListRuleGroupsResult.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. |
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups.
|
ListRuleGroupsResult |
ListRuleGroupsResult.withRuleGroups(RuleGroupSummary... ruleGroups)
Array of rule groups.
|
Copyright © 2025. All rights reserved.