Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TargetInstances |
TargetInstances.clone() |
TargetInstances |
DeploymentInfo.getTargetInstances()
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
TargetInstances |
CreateDeploymentRequest.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.withEc2TagSet(EC2TagSet ec2TagSet)
Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be
included in the 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 |
DeploymentInfo.setTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
void |
CreateDeploymentRequest.setTargetInstances(TargetInstances targetInstances)
Information about the instances that 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.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withTargetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
Copyright © 2021. All rights reserved.