Uses of Class
com.amazonaws.services.applicationdiscovery.model.Filter
Packages that use Filter
-
Uses of Filter in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return FilterModifier and TypeMethodDescriptionFilter.clone()Filter.withCondition(String condition) A conditional operator.The name of the filter.Filter.withValues(String... values) A string value that you want to filter on.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 FilterModifier and TypeMethodDescriptionListConfigurationsRequest.getFilters()You can filter the list using a key-value format.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type FilterModifier and TypeMethodDescriptionListConfigurationsRequest.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 FilterModifier and TypeMethodDescriptionvoidListConfigurationsRequest.setFilters(Collection<Filter> filters) You can filter the list using a key-value format.ListConfigurationsRequest.withFilters(Collection<Filter> filters) You can filter the list using a key-value format.