| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
SelectAggregateResourceConfigResult |
AmazonConfig.selectAggregateResourceConfig(SelectAggregateResourceConfigRequest selectAggregateResourceConfigRequest)
Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS
resources across multiple accounts and regions, performs the corresponding search, and returns resource
configurations matching the properties.
|
SelectAggregateResourceConfigResult |
AbstractAmazonConfig.selectAggregateResourceConfig(SelectAggregateResourceConfigRequest request) |
SelectAggregateResourceConfigResult |
AmazonConfigClient.selectAggregateResourceConfig(SelectAggregateResourceConfigRequest request)
Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS
resources across multiple accounts and regions, performs the corresponding search, and returns resource
configurations matching the properties.
|
| Modifier and Type | Method and Description |
|---|---|
SelectAggregateResourceConfigResult |
SelectAggregateResourceConfigResult.clone() |
SelectAggregateResourceConfigResult |
SelectAggregateResourceConfigResult.withNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
SelectAggregateResourceConfigResult |
SelectAggregateResourceConfigResult.withQueryInfo(QueryInfo queryInfo) |
SelectAggregateResourceConfigResult |
SelectAggregateResourceConfigResult.withResults(Collection<String> results)
Returns the results for the SQL query.
|
SelectAggregateResourceConfigResult |
SelectAggregateResourceConfigResult.withResults(String... results)
Returns the results for the SQL query.
|
Copyright © 2020. All rights reserved.