| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static WafAction.Builder |
WafAction.builder() |
WafAction.Builder |
WafAction.toBuilder() |
WafAction.Builder |
WafAction.Builder.type(String type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
WafAction.Builder |
WafAction.Builder.type(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WafAction.Builder> |
WafAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActivatedRule.Builder |
ActivatedRule.Builder.action(Consumer<WafAction.Builder> action)
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule. |
default CreateWebAclRequest.Builder |
CreateWebAclRequest.Builder.defaultAction(Consumer<WafAction.Builder> defaultAction)
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL. |
default UpdateWebAclRequest.Builder |
UpdateWebAclRequest.Builder.defaultAction(Consumer<WafAction.Builder> defaultAction)
A default action for the web ACL, either ALLOW or BLOCK.
|
default WebACL.Builder |
WebACL.Builder.defaultAction(Consumer<WafAction.Builder> defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
Copyright © 2023. All rights reserved.