Uses of Class
software.amazon.awssdk.services.codedeploy.model.LifecycleEvent
-
Packages that use LifecycleEvent Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LifecycleEvent in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type LifecycleEvent Modifier and Type Method Description List<LifecycleEvent>CloudFormationTarget. lifecycleEvents()The lifecycle events of the CloudFormation blue/green deployment to this target application.List<LifecycleEvent>ECSTarget. lifecycleEvents()The lifecycle events of the deployment to this target Amazon ECS application.List<LifecycleEvent>InstanceTarget. lifecycleEvents()The lifecycle events of the deployment to this target instance.List<LifecycleEvent>LambdaTarget. lifecycleEvents()The lifecycle events of the deployment to this target Lambda function.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type LifecycleEvent Modifier and Type Method Description CloudFormationTarget.BuilderCloudFormationTarget.Builder. lifecycleEvents(LifecycleEvent... lifecycleEvents)The lifecycle events of the CloudFormation blue/green deployment to this target application.ECSTarget.BuilderECSTarget.Builder. lifecycleEvents(LifecycleEvent... lifecycleEvents)The lifecycle events of the deployment to this target Amazon ECS application.InstanceTarget.BuilderInstanceTarget.Builder. lifecycleEvents(LifecycleEvent... lifecycleEvents)The lifecycle events of the deployment to this target instance.LambdaTarget.BuilderLambdaTarget.Builder. lifecycleEvents(LifecycleEvent... lifecycleEvents)The lifecycle events of the deployment to this target Lambda function.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type LifecycleEvent Modifier and Type Method Description CloudFormationTarget.BuilderCloudFormationTarget.Builder. lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)The lifecycle events of the CloudFormation blue/green deployment to this target application.ECSTarget.BuilderECSTarget.Builder. lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)The lifecycle events of the deployment to this target Amazon ECS application.InstanceTarget.BuilderInstanceTarget.Builder. lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)The lifecycle events of the deployment to this target instance.LambdaTarget.BuilderLambdaTarget.Builder. lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)The lifecycle events of the deployment to this target Lambda function.
-