Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LifecycleEvent> |
InstanceSummary.lifecycleEvents
A list of lifecycle events for this instance.
|
Modifier and Type | Method and Description |
---|---|
LifecycleEvent |
LifecycleEvent.clone() |
LifecycleEvent |
LifecycleEvent.withDiagnostics(Diagnostics diagnostics)
Diagnostic information about the deployment lifecycle event.
|
LifecycleEvent |
LifecycleEvent.withEndTime(java.util.Date endTime)
A timestamp indicating when the deployment lifecycle event ended.
|
LifecycleEvent |
LifecycleEvent.withLifecycleEventName(java.lang.String lifecycleEventName)
The deployment lifecycle event name, such as ApplicationStop,
BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.
|
LifecycleEvent |
LifecycleEvent.withStartTime(java.util.Date startTime)
A timestamp indicating when the deployment lifecycle event started.
|
LifecycleEvent |
LifecycleEvent.withStatus(LifecycleEventStatus status)
The deployment lifecycle event status:
|
LifecycleEvent |
LifecycleEvent.withStatus(java.lang.String status)
The deployment lifecycle event status:
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LifecycleEvent> lifecycleEvents)
A list of lifecycle events for this instance.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(java.util.Collection<LifecycleEvent> lifecycleEvents)
A list of lifecycle events for this instance.
|
Modifier and Type | Method and Description |
---|---|
LifecycleEvent |
LifecycleEventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleEventJsonMarshaller.marshall(LifecycleEvent lifecycleEvent,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|