Uses of Enum Class
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 AlarmBehavior
DeploymentAlarmConfig.Jsii$Proxy.getBehavior()
default AlarmBehavior
DeploymentAlarmOptions.getBehavior()
Default rollback on alarm.final AlarmBehavior
DeploymentAlarmOptions.Jsii$Proxy.getBehavior()
static AlarmBehavior
Returns the enum constant of this class with the specified name.static AlarmBehavior[]
AlarmBehavior.values()
Returns an array containing the constants of this enum class, 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()