Uses of Class
com.amazonaws.services.codedeploy.model.LifecycleEvent
Packages that use LifecycleEvent
-
Uses of LifecycleEvent in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return LifecycleEventModifier and TypeMethodDescriptionLifecycleEvent.clone()
LifecycleEvent.withDiagnostics
(Diagnostics diagnostics) Diagnostic information about the deployment lifecycle event.LifecycleEvent.withEndTime
(Date endTime) A timestamp indicating when the deployment lifecycle event ended.LifecycleEvent.withLifecycleEventName
(String lifecycleEventName) The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.LifecycleEvent.withStartTime
(Date startTime) A timestamp indicating when the deployment lifecycle event started.LifecycleEvent.withStatus
(LifecycleEventStatus status) The deployment lifecycle event status:LifecycleEvent.withStatus
(String status) The deployment lifecycle event status:Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type LifecycleEventModifier and TypeMethodDescriptionInstanceSummary.getLifecycleEvents()
A list of lifecycle events for this instance.Methods in com.amazonaws.services.codedeploy.model with parameters of type LifecycleEventModifier and TypeMethodDescriptionInstanceSummary.withLifecycleEvents
(LifecycleEvent... lifecycleEvents) A list of lifecycle events for this instance.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type LifecycleEventModifier and TypeMethodDescriptionvoid
InstanceSummary.setLifecycleEvents
(Collection<LifecycleEvent> lifecycleEvents) A list of lifecycle events for this instance.InstanceSummary.withLifecycleEvents
(Collection<LifecycleEvent> lifecycleEvents) A list of lifecycle events for this instance.