| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| 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.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.Builder.action(ResponseAction 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.
|
static ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.builder() |
ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.Builder.status(ApplicationLayerAutomaticResponseStatus status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.Builder.status(String status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
ApplicationLayerAutomaticResponseConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder> |
ApplicationLayerAutomaticResponseConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Protection.Builder |
Protection.Builder.applicationLayerAutomaticResponseConfiguration(Consumer<ApplicationLayerAutomaticResponseConfiguration.Builder> applicationLayerAutomaticResponseConfiguration)
The automatic application layer DDoS mitigation settings for the protection.
|
Copyright © 2023. All rights reserved.