| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentTarget |
GetDeploymentTargetResponse.deploymentTarget()
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentTarget> |
BatchGetDeploymentTargetsResponse.deploymentTargets()
A list of target objects for a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentTargetResponse.Builder |
GetDeploymentTargetResponse.Builder.deploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and
when it was last updated.
|
BatchGetDeploymentTargetsResponse.Builder |
BatchGetDeploymentTargetsResponse.Builder.deploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentTargetsResponse.Builder |
BatchGetDeploymentTargetsResponse.Builder.deploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
Copyright © 2021. All rights reserved.