| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRegexPatternSetsResult> |
AbstractAWSWAFV2Async.listRegexPatternSetsAsync(ListRegexPatternSetsRequest request,
AsyncHandler<ListRegexPatternSetsRequest,ListRegexPatternSetsResult> asyncHandler) |
Future<ListRegexPatternSetsResult> |
AWSWAFV2Async.listRegexPatternSetsAsync(ListRegexPatternSetsRequest listRegexPatternSetsRequest,
AsyncHandler<ListRegexPatternSetsRequest,ListRegexPatternSetsResult> asyncHandler)
Retrieves an array of RegexPatternSetSummary objects for the regex pattern sets that you manage.
|
Future<ListRegexPatternSetsResult> |
AWSWAFV2AsyncClient.listRegexPatternSetsAsync(ListRegexPatternSetsRequest request,
AsyncHandler<ListRegexPatternSetsRequest,ListRegexPatternSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRegexPatternSetsRequest |
ListRegexPatternSetsRequest.clone() |
ListRegexPatternSetsRequest |
ListRegexPatternSetsRequest.withLimit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListRegexPatternSetsRequest |
ListRegexPatternSetsRequest.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. |
ListRegexPatternSetsRequest |
ListRegexPatternSetsRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
ListRegexPatternSetsRequest |
ListRegexPatternSetsRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2024. All rights reserved.