Uses of Interface
software.amazon.awssdk.services.shield.model.ResponseAction.Builder
-
Packages that use ResponseAction.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ResponseAction.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ResponseAction.Builder Modifier and Type Method Description default ResponseAction.BuilderResponseAction.Builder. block(Consumer<BlockAction.Builder> block)Specifies that Shield Advanced should configure its WAF rules with the WAFBlockaction.ResponseAction.BuilderResponseAction.Builder. block(BlockAction block)Specifies that Shield Advanced should configure its WAF rules with the WAFBlockaction.static ResponseAction.BuilderResponseAction. builder()default ResponseAction.BuilderResponseAction.Builder. count(Consumer<CountAction.Builder> count)Specifies that Shield Advanced should configure its WAF rules with the WAFCountaction.ResponseAction.BuilderResponseAction.Builder. count(CountAction count)Specifies that Shield Advanced should configure its WAF rules with the WAFCountaction.ResponseAction.BuilderResponseAction. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ResponseAction.Builder Modifier and Type Method Description static Class<? extends ResponseAction.Builder>ResponseAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ResponseAction.Builder Modifier and Type Method Description default ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration.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.BuilderEnableApplicationLayerAutomaticResponseRequest.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.BuilderUpdateApplicationLayerAutomaticResponseRequest.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.
-