| 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> |
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.
|
List<LifecycleEvent> |
InstanceTarget.getLifecycleEvents()
The lifecycle events of the deployment to this target instance.
|
List<LifecycleEvent> |
CloudFormationTarget.getLifecycleEvents()
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
List<LifecycleEvent> |
LambdaTarget.getLifecycleEvents()
The lifecycle events of the deployment to this target Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
InstanceTarget |
InstanceTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
CloudFormationTarget |
CloudFormationTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
InstanceTarget.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
void |
CloudFormationTarget.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
void |
LambdaTarget.setLifecycleEvents(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.
|
InstanceTarget |
InstanceTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
CloudFormationTarget |
CloudFormationTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
Copyright © 2021. All rights reserved.