Uses of Class
software.amazon.awssdk.services.codedeploy.model.TagFilter
-
Packages that use TagFilter Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TagFilter in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TagFilter Modifier and Type Method Description List<TagFilter>CreateDeploymentGroupRequest. onPremisesInstanceTagFilters()The on-premises instance tags on which to filter.List<TagFilter>DeploymentGroupInfo. onPremisesInstanceTagFilters()The on-premises instance tags on which to filter.List<TagFilter>UpdateDeploymentGroupRequest. onPremisesInstanceTagFilters()The replacement set of on-premises instance tags on which to filter, if you want to change them.List<List<TagFilter>>OnPremisesTagSet. onPremisesTagSetList()A list that contains other lists of on-premises instance tag groups.List<TagFilter>ListOnPremisesInstancesRequest. tagFilters()The on-premises instance tags that are used to restrict the on-premises instance names returned.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TagFilter Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)The on-premises instance tags on which to filter.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)The on-premises instance tags on which to filter.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. onPremisesInstanceTagFilters(TagFilter... onPremisesInstanceTagFilters)The replacement set of on-premises instance tags on which to filter, if you want to change them.ListOnPremisesInstancesRequest.BuilderListOnPremisesInstancesRequest.Builder. tagFilters(TagFilter... tagFilters)The on-premises instance tags that are used to restrict the on-premises instance names returned.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TagFilter Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)The on-premises instance tags on which to filter.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)The on-premises instance tags on which to filter.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. onPremisesInstanceTagFilters(Collection<TagFilter> onPremisesInstanceTagFilters)The replacement set of on-premises instance tags on which to filter, if you want to change them.OnPremisesTagSet.BuilderOnPremisesTagSet.Builder. onPremisesTagSetList(Collection<? extends Collection<TagFilter>> onPremisesTagSetList)A list that contains other lists of on-premises instance tag groups.ListOnPremisesInstancesRequest.BuilderListOnPremisesInstancesRequest.Builder. tagFilters(Collection<TagFilter> tagFilters)The on-premises instance tags that are used to restrict the on-premises instance names returned.
-