Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentTarget |
DeploymentTarget.clone() |
DeploymentTarget |
GetDeploymentTargetResult.getDeploymentTarget()
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
DeploymentTarget |
DeploymentTarget.withCloudFormationTarget(CloudFormationTarget cloudFormationTarget) |
DeploymentTarget |
DeploymentTarget.withDeploymentTargetType(DeploymentTargetType deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
DeploymentTarget |
DeploymentTarget.withDeploymentTargetType(String deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
DeploymentTarget |
DeploymentTarget.withEcsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
DeploymentTarget |
DeploymentTarget.withInstanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
DeploymentTarget |
DeploymentTarget.withLambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentTarget> |
BatchGetDeploymentTargetsResult.getDeploymentTargets()
A list of target objects for a deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDeploymentTargetResult.setDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
GetDeploymentTargetResult |
GetDeploymentTargetResult.withDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
BatchGetDeploymentTargetsResult |
BatchGetDeploymentTargetsResult.withDeploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetDeploymentTargetsResult.setDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
BatchGetDeploymentTargetsResult |
BatchGetDeploymentTargetsResult.withDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
Copyright © 2021. All rights reserved.