| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
EC2TagSet |
UpdateDeploymentGroupRequest.ec2TagSet()
Information about groups of tags applied to on-premises instances.
|
EC2TagSet |
TargetInstances.ec2TagSet()
Information about the groups of Amazon 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 |
CreateDeploymentGroupRequest.ec2TagSet()
Information about groups of tags applied to Amazon EC2 instances.
|
EC2TagSet |
DeploymentGroupInfo.ec2TagSet()
Information about groups of tags applied to an Amazon EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to on-premises instances.
|
TargetInstances.Builder |
TargetInstances.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about the groups of Amazon 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.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to Amazon EC2 instances.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about groups of tags applied to an Amazon EC2 instance.
|
Copyright © 2023. All rights reserved.