| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteRegexPatternSetResult> |
AbstractAWSWAFV2Async.deleteRegexPatternSetAsync(DeleteRegexPatternSetRequest request,
AsyncHandler<DeleteRegexPatternSetRequest,DeleteRegexPatternSetResult> asyncHandler) |
Future<DeleteRegexPatternSetResult> |
AWSWAFV2Async.deleteRegexPatternSetAsync(DeleteRegexPatternSetRequest deleteRegexPatternSetRequest,
AsyncHandler<DeleteRegexPatternSetRequest,DeleteRegexPatternSetResult> asyncHandler)
|
Future<DeleteRegexPatternSetResult> |
AWSWAFV2AsyncClient.deleteRegexPatternSetAsync(DeleteRegexPatternSetRequest request,
AsyncHandler<DeleteRegexPatternSetRequest,DeleteRegexPatternSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.clone() |
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.withId(String id)
A unique identifier for the set.
|
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.withLockToken(String lockToken)
A token used for optimistic locking.
|
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.withName(String name)
The name of the set.
|
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
DeleteRegexPatternSetRequest |
DeleteRegexPatternSetRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
Copyright © 2021. All rights reserved.