Uses of Enum
software.amazon.awscdk.services.ecs.AlarmBehavior
Packages that use AlarmBehavior
-
Uses of AlarmBehavior in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return AlarmBehaviorModifier and TypeMethodDescriptionfinal AlarmBehaviorDeploymentAlarmConfig.Jsii$Proxy.getBehavior()default AlarmBehaviorDeploymentAlarmOptions.getBehavior()Default rollback on alarm.final AlarmBehaviorDeploymentAlarmOptions.Jsii$Proxy.getBehavior()static AlarmBehaviorReturns the enum constant of this type with the specified name.static AlarmBehavior[]AlarmBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type AlarmBehaviorModifier and TypeMethodDescriptionDeploymentAlarmConfig.Builder.behavior(AlarmBehavior behavior) Sets the value ofDeploymentAlarmOptions.getBehavior()DeploymentAlarmOptions.Builder.behavior(AlarmBehavior behavior) Sets the value ofDeploymentAlarmOptions.getBehavior()