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 Filter
Filter. clone()
Filter
Filter. withName(String name)
The name of the filter.Filter
Filter. withValues(String... values)
The value of the filter.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 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 DescribeTagsRequest
DescribeTagsRequest. 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 void
DescribeTagsRequest. setFilters(Collection<Filter> filters)
A filter used to scope the tags to return.DescribeTagsRequest
DescribeTagsRequest. withFilters(Collection<Filter> filters)
A filter used to scope the tags to return.
-