Uses of Class
com.amazonaws.services.codedeploy.model.EC2TagFilter
Packages that use EC2TagFilter
-
Uses of EC2TagFilter in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return EC2TagFilterModifier and TypeMethodDescriptionEC2TagFilter.clone()The tag filter key.EC2TagFilter.withType(EC2TagFilterType type) The tag filter type:The tag filter type:The tag filter value.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type EC2TagFilterModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.getEc2TagFilters()The Amazon EC2 tags on which to filter.DeploymentGroupInfo.getEc2TagFilters()The Amazon EC2 tags on which to filter.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 EC2TagFilterModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.withEc2TagFilters(EC2TagFilter... ec2TagFilters) The Amazon EC2 tags on which to filter.DeploymentGroupInfo.withEc2TagFilters(EC2TagFilter... ec2TagFilters) The Amazon EC2 tags on which to filter.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 EC2TagFilterModifier and TypeMethodDescriptionvoidCreateDeploymentGroupRequest.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.voidDeploymentGroupInfo.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.voidUpdateDeploymentGroupRequest.setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The replacement set of Amazon EC2 tags on which to filter, if you want to change them.CreateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.DeploymentGroupInfo.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The Amazon EC2 tags on which to filter.UpdateDeploymentGroupRequest.withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters) The replacement set of Amazon EC2 tags on which to filter, if you want to change them.