Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and 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:
|
Modifier and Type | Method and Description |
---|---|
List<LifecycleEvent> |
InstanceSummary.getLifecycleEvents()
A list of lifecycle events for this instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceSummary |
InstanceSummary.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
A list of lifecycle events for this instance.
|
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.