| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRegexPatternSetResult> |
AWSWAFV2AsyncClient.createRegexPatternSetAsync(CreateRegexPatternSetRequest request,
AsyncHandler<CreateRegexPatternSetRequest,CreateRegexPatternSetResult> asyncHandler) |
Future<CreateRegexPatternSetResult> |
AbstractAWSWAFV2Async.createRegexPatternSetAsync(CreateRegexPatternSetRequest request,
AsyncHandler<CreateRegexPatternSetRequest,CreateRegexPatternSetResult> asyncHandler) |
Future<CreateRegexPatternSetResult> |
AWSWAFV2Async.createRegexPatternSetAsync(CreateRegexPatternSetRequest createRegexPatternSetRequest,
AsyncHandler<CreateRegexPatternSetRequest,CreateRegexPatternSetResult> asyncHandler)
Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have AWS
WAF inspect a web request component for the specified patterns.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.clone() |
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withDescription(String description)
A description of the set that helps with identification.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withName(String name)
The name of the set.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withRegularExpressionList(Collection<Regex> regularExpressionList)
Array of regular expression strings.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withRegularExpressionList(Regex... regularExpressionList)
Array of regular expression strings.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
Copyright © 2021. All rights reserved.