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> |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
InstanceSummary |
InstanceSummary.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
Deprecated.
A list of lifecycle events for this 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSummary.setLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
Deprecated.
A list of lifecycle events for this 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.
|
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.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
Deprecated.
A list of lifecycle events for this 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.
|
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.
|
Copyright © 2021. All rights reserved.