| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentTarget.Builder |
DeploymentTarget.builder() |
DeploymentTarget.Builder |
DeploymentTarget.Builder.cloudFormationTarget(CloudFormationTarget cloudFormationTarget)
Sets the value of the CloudFormationTarget property for this object.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.cloudFormationTarget(Consumer<CloudFormationTarget.Builder> cloudFormationTarget)
Sets the value of the CloudFormationTarget property for this object.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.deploymentTargetType(DeploymentTargetType deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.deploymentTargetType(String deploymentTargetType)
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.ecsTarget(Consumer<ECSTarget.Builder> ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.ecsTarget(ECSTarget ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.instanceTarget(Consumer<InstanceTarget.Builder> instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.instanceTarget(InstanceTarget instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.lambdaTarget(Consumer<LambdaTarget.Builder> lambdaTarget)
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.Builder.lambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
DeploymentTarget.Builder |
DeploymentTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentTarget.Builder> |
DeploymentTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentTargetResponse.Builder |
GetDeploymentTargetResponse.Builder.deploymentTarget(Consumer<DeploymentTarget.Builder> deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and
when it was last updated.
|
Copyright © 2022. All rights reserved.