| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
EC2TagSet |
EC2TagSet.clone() |
EC2TagSet |
TargetInstances.getEc2TagSet()
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.
|
EC2TagSet |
UpdateDeploymentGroupRequest.getEc2TagSet()
Information about groups of tags applied to on-premises instances.
|
EC2TagSet |
DeploymentGroupInfo.getEc2TagSet()
Information about groups of tags applied to an EC2 instance.
|
EC2TagSet |
CreateDeploymentGroupRequest.getEc2TagSet()
Information about groups of tags applied to EC2 instances.
|
EC2TagSet |
EC2TagSet.withEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
EC2TagSet |
EC2TagSet.withEc2TagSetList(List<EC2TagFilter>... ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetInstances.setEc2TagSet(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.
|
void |
UpdateDeploymentGroupRequest.setEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to on-premises instances.
|
void |
DeploymentGroupInfo.setEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to an EC2 instance.
|
void |
CreateDeploymentGroupRequest.setEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to EC2 instances.
|
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.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to on-premises instances.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to an EC2 instance.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to EC2 instances.
|
Copyright © 2021. All rights reserved.