Uses of Interface
software.amazon.awssdk.services.shield.model.ApplicationLayerAutomaticResponseConfiguration.Builder
-
Packages that use ApplicationLayerAutomaticResponseConfiguration.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ApplicationLayerAutomaticResponseConfiguration.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ApplicationLayerAutomaticResponseConfiguration.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.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.static ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration. builder()ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration.Builder. status(String status)Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration.Builder. status(ApplicationLayerAutomaticResponseStatus status)Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseConfiguration.BuilderApplicationLayerAutomaticResponseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ApplicationLayerAutomaticResponseConfiguration.Builder Modifier and Type Method Description static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder>ApplicationLayerAutomaticResponseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ApplicationLayerAutomaticResponseConfiguration.Builder Modifier and Type Method Description default Protection.BuilderProtection.Builder. applicationLayerAutomaticResponseConfiguration(Consumer<ApplicationLayerAutomaticResponseConfiguration.Builder> applicationLayerAutomaticResponseConfiguration)The automatic application layer DDoS mitigation settings for the protection.
-