Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
InstanceTarget |
InstanceTarget.clone() |
InstanceTarget |
DeploymentTarget.getInstanceTarget()
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
InstanceTarget |
InstanceTarget.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
InstanceTarget |
InstanceTarget.withInstanceLabel(String instanceLabel)
A label that identifies whether the instance is an original target (
BLUE ) or a replacement target (
GREEN ). |
InstanceTarget |
InstanceTarget.withInstanceLabel(TargetLabel instanceLabel)
A label that identifies whether the instance is an original target (
BLUE ) or a replacement target (
GREEN ). |
InstanceTarget |
InstanceTarget.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the target instance was updated by a deployment.
|
InstanceTarget |
InstanceTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
InstanceTarget |
InstanceTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
InstanceTarget |
InstanceTarget.withStatus(String status)
The status an EC2/On-premises deployment's target instance.
|
InstanceTarget |
InstanceTarget.withStatus(TargetStatus status)
The status an EC2/On-premises deployment's target instance.
|
InstanceTarget |
InstanceTarget.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target.
|
InstanceTarget |
InstanceTarget.withTargetId(String targetId)
The unique ID of a deployment target that has a type of
instanceTarget . |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTarget.setInstanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
DeploymentTarget |
DeploymentTarget.withInstanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
Copyright © 2021. All rights reserved.