| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRegexPatternSetResult> |
AbstractAWSWAFV2Async.updateRegexPatternSetAsync(UpdateRegexPatternSetRequest request,
AsyncHandler<UpdateRegexPatternSetRequest,UpdateRegexPatternSetResult> asyncHandler) |
Future<UpdateRegexPatternSetResult> |
AWSWAFV2Async.updateRegexPatternSetAsync(UpdateRegexPatternSetRequest updateRegexPatternSetRequest,
AsyncHandler<UpdateRegexPatternSetRequest,UpdateRegexPatternSetResult> asyncHandler)
Updates the specified RegexPatternSet.
|
Future<UpdateRegexPatternSetResult> |
AWSWAFV2AsyncClient.updateRegexPatternSetAsync(UpdateRegexPatternSetRequest request,
AsyncHandler<UpdateRegexPatternSetRequest,UpdateRegexPatternSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.clone() |
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withDescription(String description)
A description of the set that helps with identification.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withId(String id)
A unique identifier for the set.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withLockToken(String lockToken)
A token used for optimistic locking.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withName(String name)
The name of the set.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withRegularExpressionList(Collection<Regex> regularExpressionList)
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withRegularExpressionList(Regex... regularExpressionList)
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
Copyright © 2021. All rights reserved.