Uses of Class
com.amazonaws.services.codedeploy.model.EC2TagFilter
-
Packages that use EC2TagFilter Package Description com.amazonaws.services.codedeploy.model -
-
Uses of EC2TagFilter in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return EC2TagFilter Modifier and Type Method 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.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type EC2TagFilter Modifier and Type Method Description List<EC2TagFilter>
CreateDeploymentGroupRequest. getEc2TagFilters()
The Amazon EC2 tags on which to filter.List<EC2TagFilter>
DeploymentGroupInfo. 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.Methods in com.amazonaws.services.codedeploy.model with parameters of type EC2TagFilter Modifier and Type Method Description CreateDeploymentGroupRequest
CreateDeploymentGroupRequest. withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The Amazon EC2 tags on which to filter.DeploymentGroupInfo
DeploymentGroupInfo. 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.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type EC2TagFilter Modifier and Type Method Description void
CreateDeploymentGroupRequest. setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.void
DeploymentGroupInfo. 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.CreateDeploymentGroupRequest
CreateDeploymentGroupRequest. withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The Amazon EC2 tags on which to filter.DeploymentGroupInfo
DeploymentGroupInfo. 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.
-