Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TargetInstances |
TargetInstances.clone() |
TargetInstances |
CreateDeploymentRequest.getTargetInstances()
Information about the instances that will belong to the replacement environment in a blue/green deployment.
|
TargetInstances |
DeploymentInfo.getTargetInstances()
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
TargetInstances |
TargetInstances.withAutoScalingGroups(Collection<String> autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
|
TargetInstances |
TargetInstances.withAutoScalingGroups(String... autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
|
TargetInstances |
TargetInstances.withTagFilters(Collection<EC2TagFilter> tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
TargetInstances |
TargetInstances.withTagFilters(EC2TagFilter... tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDeploymentRequest.setTargetInstances(TargetInstances targetInstances)
Information about the instances that will belong to the replacement environment in a blue/green deployment.
|
void |
DeploymentInfo.setTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withTargetInstances(TargetInstances targetInstances)
Information about the instances that will belong to the replacement environment in a blue/green deployment.
|
DeploymentInfo |
DeploymentInfo.withTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
Copyright © 2017. All rights reserved.