Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ECSTarget |
ECSTarget.clone() |
ECSTarget |
DeploymentTarget.getEcsTarget()
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
ECSTarget |
ECSTarget.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
ECSTarget |
ECSTarget.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the target Amazon ECS application was updated by a deployment.
|
ECSTarget |
ECSTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget |
ECSTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget |
ECSTarget.withStatus(String status)
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget |
ECSTarget.withStatus(TargetStatus status)
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget |
ECSTarget.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target.
|
ECSTarget |
ECSTarget.withTargetId(String targetId)
The unique ID of a deployment target that has a type of
ecsTarget . |
ECSTarget |
ECSTarget.withTaskSetsInfo(Collection<ECSTaskSet> taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
ECSTarget |
ECSTarget.withTaskSetsInfo(ECSTaskSet... taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTarget.setEcsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
DeploymentTarget |
DeploymentTarget.withEcsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
Copyright © 2021. All rights reserved.