Uses of Interface
software.amazon.awscdk.services.codedeploy.AutoRollbackConfig
Packages that use AutoRollbackConfig
-
Uses of AutoRollbackConfig in software.amazon.awscdk.services.codedeploy
Classes in software.amazon.awscdk.services.codedeploy that implement AutoRollbackConfigMethods in software.amazon.awscdk.services.codedeploy that return AutoRollbackConfigModifier and TypeMethodDescriptionAutoRollbackConfig.Builder.build()Builds the configured instance.default AutoRollbackConfigEcsDeploymentGroupProps.getAutoRollback()The auto-rollback configuration for this Deployment Group.final AutoRollbackConfigEcsDeploymentGroupProps.Jsii$Proxy.getAutoRollback()default AutoRollbackConfigLambdaDeploymentGroupProps.getAutoRollback()The auto-rollback configuration for this Deployment Group.final AutoRollbackConfigLambdaDeploymentGroupProps.Jsii$Proxy.getAutoRollback()default AutoRollbackConfigServerDeploymentGroupProps.getAutoRollback()The auto-rollback configuration for this Deployment Group.final AutoRollbackConfigServerDeploymentGroupProps.Jsii$Proxy.getAutoRollback()Methods in software.amazon.awscdk.services.codedeploy with parameters of type AutoRollbackConfigModifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.EcsDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback) Sets the value ofEcsDeploymentGroupProps.getAutoRollback()LambdaDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.LambdaDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback) Sets the value ofLambdaDeploymentGroupProps.getAutoRollback()ServerDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.ServerDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback) Sets the value ofServerDeploymentGroupProps.getAutoRollback()