Uses of Class
com.amazonaws.services.autoscaling.model.Filter
-
Packages that use Filter Package Description com.amazonaws.services.autoscaling.model -
-
Uses of Filter in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return Filter Modifier and Type Method Description FilterFilter. clone()FilterFilter. withName(String name)The name of the filter.FilterFilter. withValues(String... values)The value of the filter.FilterFilter. withValues(Collection<String> values)The value of the filter.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>DescribeTagsRequest. getFilters()A filter used to scope the tags to return.Methods in com.amazonaws.services.autoscaling.model with parameters of type Filter Modifier and Type Method Description DescribeTagsRequestDescribeTagsRequest. 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 Filter Modifier and Type Method Description voidDescribeTagsRequest. setFilters(Collection<Filter> filters)A filter used to scope the tags to return.DescribeTagsRequestDescribeTagsRequest. withFilters(Collection<Filter> filters)A filter used to scope the tags to return.
-