Uses of Class
com.amazonaws.services.autoscaling.model.Filter
Packages that use Filter
-
Uses of Filter in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return FilterModifier and TypeMethodDescriptionFilter.clone()
The name of the filter.Filter.withValues
(String... values) The value of the filter.Filter.withValues
(Collection<String> values) The value of the filter.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type FilterModifier and TypeMethodDescriptionDescribeTagsRequest.getFilters()
A filter used to scope the tags to return.Methods in com.amazonaws.services.autoscaling.model with parameters of type FilterModifier and TypeMethodDescriptionDescribeTagsRequest.withFilters
(Filter... filters) A filter used to scope the tags to return.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type FilterModifier and TypeMethodDescriptionvoid
DescribeTagsRequest.setFilters
(Collection<Filter> filters) A filter used to scope the tags to return.DescribeTagsRequest.withFilters
(Collection<Filter> filters) A filter used to scope the tags to return.