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 Filter
Filter. clone()
Filter
Filter. withCondition(String condition)
A conditional operator.Filter
Filter. withName(String name)
The name of the filter.Filter
Filter. withValues(String... values)
A string value that you want to filter on.Filter
Filter. 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 ListConfigurationsRequest
ListConfigurationsRequest. 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 void
ListConfigurationsRequest. setFilters(Collection<Filter> filters)
You can filter the list using a key-value format.ListConfigurationsRequest
ListConfigurationsRequest. withFilters(Collection<Filter> filters)
You can filter the list using a key-value format.
-