| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SelectAggregateResourceConfigResponse |
ConfigClient.selectAggregateResourceConfig(Consumer<SelectAggregateResourceConfigRequest.Builder> 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.
|
default SelectAggregateResourceConfigResponse |
ConfigClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SelectAggregateResourceConfigResponse> |
ConfigAsyncClient.selectAggregateResourceConfig(Consumer<SelectAggregateResourceConfigRequest.Builder> 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.
|
default CompletableFuture<SelectAggregateResourceConfigResponse> |
ConfigAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SelectAggregateResourceConfigResponse> |
SelectAggregateResourceConfigIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectAggregateResourceConfigPublisher.subscribe(org.reactivestreams.Subscriber<? super SelectAggregateResourceConfigResponse> subscriber) |
Copyright © 2021. All rights reserved.