| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWebACLResult> |
AbstractAWSWAFV2Async.updateWebACLAsync(UpdateWebACLRequest request,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler) |
Future<UpdateWebACLResult> |
AWSWAFV2Async.updateWebACLAsync(UpdateWebACLRequest updateWebACLRequest,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler)
Updates the specified WebACL.
|
Future<UpdateWebACLResult> |
AWSWAFV2AsyncClient.updateWebACLAsync(UpdateWebACLRequest request,
AsyncHandler<UpdateWebACLRequest,UpdateWebACLResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebACLRequest |
UpdateWebACLRequest.addCustomResponseBodiesEntry(String key,
CustomResponseBody value)
Add a single CustomResponseBodies entry
|
UpdateWebACLRequest |
UpdateWebACLRequest.clearCustomResponseBodiesEntries()
Removes all the entries added into CustomResponseBodies.
|
UpdateWebACLRequest |
UpdateWebACLRequest.clone() |
UpdateWebACLRequest |
UpdateWebACLRequest.withCaptchaConfig(CaptchaConfig captchaConfig)
Specifies how WAF should handle
CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
UpdateWebACLRequest |
UpdateWebACLRequest.withCustomResponseBodies(Map<String,CustomResponseBody> customResponseBodies)
A map of custom response keys and content bodies.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withDefaultAction(DefaultAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
UpdateWebACLRequest |
UpdateWebACLRequest.withDescription(String description)
A description of the web ACL that helps with identification.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withId(String id)
The unique identifier for the web ACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withLockToken(String lockToken)
A token used for optimistic locking.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withName(String name)
The name of the web ACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withRules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withRules(Rule... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withVisibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
Copyright © 2022. All rights reserved.