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