Uses of Class
software.amazon.awssdk.services.config.paginators.SelectAggregateResourceConfigIterable
-
Packages that use SelectAggregateResourceConfigIterable Package Description software.amazon.awssdk.services.config Config -
-
Uses of SelectAggregateResourceConfigIterable in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return SelectAggregateResourceConfigIterable Modifier and Type Method Description default SelectAggregateResourceConfigIterableConfigClient. selectAggregateResourceConfigPaginator(Consumer<SelectAggregateResourceConfigRequest.Builder> selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.default SelectAggregateResourceConfigIterableConfigClient. selectAggregateResourceConfigPaginator(SelectAggregateResourceConfigRequest selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.
-