| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleEvent> |
LambdaTarget.lifecycleEvents()
The lifecycle events of the deployment to this target Lambda function.
|
List<LifecycleEvent> |
InstanceTarget.lifecycleEvents()
The lifecycle events of the deployment to this target instance.
|
List<LifecycleEvent> |
ECSTarget.lifecycleEvents()
The lifecycle events of the deployment to this target Amazon ECS application.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaTarget.Builder |
LambdaTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
InstanceTarget.Builder |
InstanceTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaTarget.Builder |
LambdaTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
InstanceTarget.Builder |
InstanceTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
Copyright © 2019. All rights reserved.