| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseAction.Builder |
ResponseAction.Builder.block(BlockAction block)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Block action. |
default ResponseAction.Builder |
ResponseAction.Builder.block(Consumer<BlockAction.Builder> block)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Block action. |
static ResponseAction.Builder |
ResponseAction.builder() |
default ResponseAction.Builder |
ResponseAction.Builder.count(Consumer<CountAction.Builder> count)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Count action. |
ResponseAction.Builder |
ResponseAction.Builder.count(CountAction count)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Count action. |
ResponseAction.Builder |
ResponseAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseAction.Builder> |
ResponseAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.Builder.action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
default UpdateApplicationLayerAutomaticResponseRequest.Builder |
UpdateApplicationLayerAutomaticResponseRequest.Builder.action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
default EnableApplicationLayerAutomaticResponseRequest.Builder |
EnableApplicationLayerAutomaticResponseRequest.Builder.action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
Copyright © 2023. All rights reserved.