| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRegexPatternSetResult> |
AbstractAWSWAFV2Async.getRegexPatternSetAsync(GetRegexPatternSetRequest request,
AsyncHandler<GetRegexPatternSetRequest,GetRegexPatternSetResult> asyncHandler) |
Future<GetRegexPatternSetResult> |
AWSWAFV2AsyncClient.getRegexPatternSetAsync(GetRegexPatternSetRequest request,
AsyncHandler<GetRegexPatternSetRequest,GetRegexPatternSetResult> asyncHandler) |
Future<GetRegexPatternSetResult> |
AWSWAFV2Async.getRegexPatternSetAsync(GetRegexPatternSetRequest getRegexPatternSetRequest,
AsyncHandler<GetRegexPatternSetRequest,GetRegexPatternSetResult> asyncHandler)
Retrieves the specified RegexPatternSet.
|
| Modifier and Type | Method and Description |
|---|---|
GetRegexPatternSetRequest |
GetRegexPatternSetRequest.clone() |
GetRegexPatternSetRequest |
GetRegexPatternSetRequest.withId(String id)
A unique identifier for the set.
|
GetRegexPatternSetRequest |
GetRegexPatternSetRequest.withName(String name)
The name of the set.
|
GetRegexPatternSetRequest |
GetRegexPatternSetRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
GetRegexPatternSetRequest |
GetRegexPatternSetRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2022. All rights reserved.