| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
EC2TagFilter |
EC2TagFilter.clone() |
EC2TagFilter |
EC2TagFilter.withKey(String key)
The tag filter key.
|
EC2TagFilter |
EC2TagFilter.withType(EC2TagFilterType type)
The tag filter type:
|
EC2TagFilter |
EC2TagFilter.withType(String type)
The tag filter type:
|
EC2TagFilter |
EC2TagFilter.withValue(String value)
The tag filter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<EC2TagFilter> |
DeploymentGroupInfo.getEc2TagFilters()
The Amazon EC2 tags on which to filter.
|
List<EC2TagFilter> |
CreateDeploymentGroupRequest.getEc2TagFilters()
The Amazon EC2 tags on which to filter.
|
List<EC2TagFilter> |
UpdateDeploymentGroupRequest.getEc2TagFilters()
The replacement set of Amazon EC2 tags on which to filter, if you want to change them.
|
List<List<EC2TagFilter>> |
EC2TagSet.getEc2TagSetList()
A list that contains other lists of EC2 instance tag groups.
|
List<EC2TagFilter> |
TargetInstances.getTagFilters()
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 |
|---|---|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them.
|
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 |
DeploymentGroupInfo.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
void |
CreateDeploymentGroupRequest.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
void |
UpdateDeploymentGroupRequest.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them.
|
void |
EC2TagSet.setEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
void |
TargetInstances.setTagFilters(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.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The replacement set of Amazon EC2 tags on which to filter, if you want to change them.
|
EC2TagSet |
EC2TagSet.withEc2TagSetList(Collection<List<EC2TagFilter>> ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
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.
|
Copyright © 2020. All rights reserved.