| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
GetDeploymentResponse.deploymentInfo()
Information about the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentInfo> |
BatchGetDeploymentsResponse.deploymentsInfo()
Information about the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
BatchGetDeploymentsResponse.Builder |
BatchGetDeploymentsResponse.Builder.deploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentsResponse.Builder |
BatchGetDeploymentsResponse.Builder.deploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
Copyright © 2019. All rights reserved.