Uses of Class
com.amazonaws.services.applicationdiscovery.model.TagFilter
Packages that use TagFilter
-
Uses of TagFilter in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return TagFilterModifier and TypeMethodDescriptionTagFilter.clone()A name of a tag filter.TagFilter.withValues(String... values) Values of a tag filter.TagFilter.withValues(Collection<String> values) Values of a tag filter.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type TagFilterModifier and TypeMethodDescriptionDescribeTagsRequest.getFilters()You can filter the list using a key-value format.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type TagFilterModifier and TypeMethodDescriptionDescribeTagsRequest.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 TagFilterModifier and TypeMethodDescriptionvoidDescribeTagsRequest.setFilters(Collection<TagFilter> filters) You can filter the list using a key-value format.DescribeTagsRequest.withFilters(Collection<TagFilter> filters) You can filter the list using a key-value format.