Uses of Class
com.amazonaws.services.applicationdiscovery.model.Filter
-
Packages that use Filter Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of Filter in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return Filter Modifier and Type Method Description FilterFilter. clone()FilterFilter. withCondition(String condition)A conditional operator.FilterFilter. withName(String name)The name of the filter.FilterFilter. withValues(String... values)A string value that you want to filter on.FilterFilter. withValues(Collection<String> values)A string value that you want to filter on.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>ListConfigurationsRequest. getFilters()You can filter the list using a key-value format.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type Filter Modifier and Type Method Description ListConfigurationsRequestListConfigurationsRequest. withFilters(Filter... filters)You can filter the list using a key-value format.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type Filter Modifier and Type Method Description voidListConfigurationsRequest. setFilters(Collection<Filter> filters)You can filter the list using a key-value format.ListConfigurationsRequestListConfigurationsRequest. withFilters(Collection<Filter> filters)You can filter the list using a key-value format.
-