Uses of Class
com.amazonaws.services.applicationdiscovery.model.TagFilter
-
Packages that use TagFilter Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of TagFilter in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return TagFilter Modifier and Type Method Description TagFilterTagFilter. clone()TagFilterTagFilter. withName(String name)A name of a tag filter.TagFilterTagFilter. withValues(String... values)Values of a tag filter.TagFilterTagFilter. withValues(Collection<String> values)Values of a tag filter.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type TagFilter Modifier and Type Method Description List<TagFilter>DescribeTagsRequest. getFilters()You can filter the list using a key-value format.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type TagFilter Modifier and Type Method Description DescribeTagsRequestDescribeTagsRequest. withFilters(TagFilter... filters)You can filter the list using a key-value format.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type TagFilter Modifier and Type Method Description voidDescribeTagsRequest. setFilters(Collection<TagFilter> filters)You can filter the list using a key-value format.DescribeTagsRequestDescribeTagsRequest. withFilters(Collection<TagFilter> filters)You can filter the list using a key-value format.
-