default SelectAggregateResourceConfigResponse |
ConfigClient.selectAggregateResourceConfig(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 SelectAggregateResourceConfigResponse |
ConfigClient.selectAggregateResourceConfig(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.
|
default SelectAggregateResourceConfigIterable |
ConfigClient.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 SelectAggregateResourceConfigIterable |
ConfigClient.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.
|
default SelectResourceConfigResponse |
ConfigClient.selectResourceConfig(Consumer<SelectResourceConfigRequest.Builder> selectResourceConfigRequest) |
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and
returns resource configurations matching the properties.
|
default SelectResourceConfigResponse |
ConfigClient.selectResourceConfig(SelectResourceConfigRequest selectResourceConfigRequest) |
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and
returns resource configurations matching the properties.
|
default SelectResourceConfigIterable |
ConfigClient.selectResourceConfigPaginator(Consumer<SelectResourceConfigRequest.Builder> selectResourceConfigRequest) |
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and
returns resource configurations matching the properties.
|
default SelectResourceConfigIterable |
ConfigClient.selectResourceConfigPaginator(SelectResourceConfigRequest selectResourceConfigRequest) |
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and
returns resource configurations matching the properties.
|