Uses of Class
software.amazon.awssdk.services.shield.model.ResponseAction
-
Packages that use ResponseAction Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ResponseAction in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ResponseAction Modifier and Type Method Description ResponseActionApplicationLayerAutomaticResponseConfiguration. 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.ResponseActionEnableApplicationLayerAutomaticResponseRequest. 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.ResponseActionUpdateApplicationLayerAutomaticResponseRequest. 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.Methods in software.amazon.awssdk.services.shield.model with parameters of type ResponseAction Modifier and Type Method Description ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration.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.EnableApplicationLayerAutomaticResponseRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.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.UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.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.
-