Uses of Class
software.amazon.awssdk.services.config.model.ConfigurationRecorderFilter
-
Packages that use ConfigurationRecorderFilter Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigurationRecorderFilter in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationRecorderFilter Modifier and Type Method Description List<ConfigurationRecorderFilter>ListConfigurationRecordersRequest. filters()Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigurationRecorderFilter Modifier and Type Method Description ListConfigurationRecordersRequest.BuilderListConfigurationRecordersRequest.Builder. filters(ConfigurationRecorderFilter... filters)Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationRecorderFilter Modifier and Type Method Description ListConfigurationRecordersRequest.BuilderListConfigurationRecordersRequest.Builder. filters(Collection<ConfigurationRecorderFilter> filters)Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.
-