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 that indicates 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 that indicates 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> |
InstanceTarget.getLifecycleEvents()
The lifecycle events of the deployment to this target instance.
|
List<LifecycleEvent> |
LambdaTarget.getLifecycleEvents()
The lifecycle events of the deployment to this target Lambda function.
|
List<LifecycleEvent> |
InstanceSummary.getLifecycleEvents()
Deprecated.
A list of lifecycle events for this instance.
|
List<LifecycleEvent> |
ECSTarget.getLifecycleEvents()
The lifecycle events of the deployment to this target Amazon ECS application.
|
Modifier and Type | Method and Description |
---|---|
InstanceTarget |
InstanceTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
Deprecated.
A list of lifecycle events for this instance.
|
ECSTarget |
ECSTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTarget.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
void |
LambdaTarget.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
void |
InstanceSummary.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
Deprecated.
A list of lifecycle events for this instance.
|
void |
ECSTarget.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
InstanceTarget |
InstanceTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
Deprecated.
A list of lifecycle events for this instance.
|
ECSTarget |
ECSTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
Copyright © 2019. All rights reserved.