| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BlockAction.Builder |
BlockAction.builder() |
default BlockAction.Builder |
BlockAction.Builder.customResponse(Consumer<CustomResponse.Builder> customResponse)
Defines a custom response for the web request.
|
BlockAction.Builder |
BlockAction.Builder.customResponse(CustomResponse customResponse)
Defines a custom response for the web request.
|
BlockAction.Builder |
BlockAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlockAction.Builder> |
BlockAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleAction.Builder |
RuleAction.Builder.block(Consumer<BlockAction.Builder> block)
Instructs WAF to block the web request.
|
default DefaultAction.Builder |
DefaultAction.Builder.block(Consumer<BlockAction.Builder> block)
Specifies that WAF should block requests by default.
|
Copyright © 2023. All rights reserved.