Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
RelatedDeployments |
RelatedDeployments.clone() |
RelatedDeployments |
DeploymentInfo.getRelatedDeployments() |
RelatedDeployments |
RelatedDeployments.withAutoUpdateOutdatedInstancesDeploymentIds(Collection<String> autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
RelatedDeployments |
RelatedDeployments.withAutoUpdateOutdatedInstancesDeploymentIds(String... autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
RelatedDeployments |
RelatedDeployments.withAutoUpdateOutdatedInstancesRootDeploymentId(String autoUpdateOutdatedInstancesRootDeploymentId)
The deployment ID of the root deployment that triggered this deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setRelatedDeployments(RelatedDeployments relatedDeployments) |
DeploymentInfo |
DeploymentInfo.withRelatedDeployments(RelatedDeployments relatedDeployments) |
Copyright © 2021. All rights reserved.