Uses of Class
software.amazon.awssdk.services.config.paginators.SelectResourceConfigIterable
-
Packages that use SelectResourceConfigIterable Package Description software.amazon.awssdk.services.config Config -
-
Uses of SelectResourceConfigIterable in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return SelectResourceConfigIterable Modifier and Type Method Description default SelectResourceConfigIterableConfigClient. selectResourceConfigPaginator(Consumer<SelectResourceConfigRequest.Builder> selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, performs the corresponding search, and returns resource configurations matching the properties.default SelectResourceConfigIterableConfigClient. selectResourceConfigPaginator(SelectResourceConfigRequest selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, performs the corresponding search, and returns resource configurations matching the properties.
-