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 TagFilter
TagFilter. clone()
TagFilter
TagFilter. withName(String name)
A name of a tag filter.TagFilter
TagFilter. withValues(String... values)
Values of a tag filter.TagFilter
TagFilter. 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 DescribeTagsRequest
DescribeTagsRequest. 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 void
DescribeTagsRequest. setFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format.DescribeTagsRequest
DescribeTagsRequest. withFilters(Collection<TagFilter> filters)
You can filter the list using a key-value format.
-