Uses of Enum
software.amazon.awscdk.services.ecs.DeploymentLifecycleStage
Packages that use DeploymentLifecycleStage
-
Uses of DeploymentLifecycleStage in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DeploymentLifecycleStageModifier and TypeMethodDescriptionstatic DeploymentLifecycleStageReturns the enum constant of this type with the specified name.static DeploymentLifecycleStage[]DeploymentLifecycleStage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs that return types with arguments of type DeploymentLifecycleStageModifier and TypeMethodDescriptionDeploymentLifecycleHookTargetConfig.getLifecycleStages()The lifecycle stages when this hook should be executed.final List<DeploymentLifecycleStage> DeploymentLifecycleHookTargetConfig.Jsii$Proxy.getLifecycleStages()DeploymentLifecycleLambdaTargetProps.getLifecycleStages()The lifecycle stages when this hook should be executed.final List<DeploymentLifecycleStage> DeploymentLifecycleLambdaTargetProps.Jsii$Proxy.getLifecycleStages()Method parameters in software.amazon.awscdk.services.ecs with type arguments of type DeploymentLifecycleStageModifier and TypeMethodDescriptionDeploymentLifecycleHookTargetConfig.Builder.lifecycleStages(List<? extends DeploymentLifecycleStage> lifecycleStages) Sets the value ofDeploymentLifecycleHookTargetConfig.getLifecycleStages()DeploymentLifecycleLambdaTarget.Builder.lifecycleStages(List<? extends DeploymentLifecycleStage> lifecycleStages) The lifecycle stages when this hook should be executed.DeploymentLifecycleLambdaTargetProps.Builder.lifecycleStages(List<? extends DeploymentLifecycleStage> lifecycleStages) Sets the value ofDeploymentLifecycleLambdaTargetProps.getLifecycleStages()