| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseAction |
ResponseAction.clone() |
ResponseAction |
ApplicationLayerAutomaticResponseConfiguration.getAction() |
ResponseAction |
UpdateApplicationLayerAutomaticResponseRequest.getAction()
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.
|
ResponseAction |
EnableApplicationLayerAutomaticResponseRequest.getAction()
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.
|
ResponseAction |
ResponseAction.withBlock(BlockAction block)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Block action. |
ResponseAction |
ResponseAction.withCount(CountAction count)
Specifies that Shield Advanced should configure its WAF rules with the WAF
Count action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLayerAutomaticResponseConfiguration.setAction(ResponseAction action) |
void |
UpdateApplicationLayerAutomaticResponseRequest.setAction(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.
|
void |
EnableApplicationLayerAutomaticResponseRequest.setAction(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.
|
ApplicationLayerAutomaticResponseConfiguration |
ApplicationLayerAutomaticResponseConfiguration.withAction(ResponseAction action) |
UpdateApplicationLayerAutomaticResponseRequest |
UpdateApplicationLayerAutomaticResponseRequest.withAction(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.
|
EnableApplicationLayerAutomaticResponseRequest |
EnableApplicationLayerAutomaticResponseRequest.withAction(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.
|
Copyright © 2022. All rights reserved.