Uses of Class
com.amazonaws.services.codedeploy.model.TagFilter
Packages that use TagFilter
-
Uses of TagFilter in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TagFilterModifier and TypeMethodDescriptionTagFilter.clone()The on-premises instance tag filter key.TagFilter.withType(TagFilterType type) The on-premises instance tag filter type:The on-premises instance tag filter type:The on-premises instance tag filter value.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type TagFilterModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()The on-premises instance tags on which to filter.DeploymentGroupInfo.getOnPremisesInstanceTagFilters()The on-premises instance tags on which to filter.UpdateDeploymentGroupRequest.getOnPremisesInstanceTagFilters()The replacement set of on-premises instance tags on which to filter, if you want to change them.ListOnPremisesInstancesRequest.getTagFilters()The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.Methods in com.amazonaws.services.codedeploy.model with parameters of type TagFilterModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.DeploymentGroupInfo.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters) The replacement set of on-premises instance tags on which to filter, if you want to change them.ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type TagFilterModifier and TypeMethodDescriptionvoidCreateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.voidDeploymentGroupInfo.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.voidUpdateDeploymentGroupRequest.setOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The replacement set of on-premises instance tags on which to filter, if you want to change them.voidListOnPremisesInstancesRequest.setTagFilters(Collection<TagFilter> tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.CreateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.DeploymentGroupInfo.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The on-premises instance tags on which to filter.UpdateDeploymentGroupRequest.withOnPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters) The replacement set of on-premises instance tags on which to filter, if you want to change them.ListOnPremisesInstancesRequest.withTagFilters(Collection<TagFilter> tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.