| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SelectResourceConfigResponse> |
ConfigAsyncClient.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 CompletableFuture<SelectResourceConfigResponse> |
ConfigAsyncClient.selectResourceConfig(SelectResourceConfigRequest selectResourceConfigRequest)
Accepts a structured query language (SQL)
SELECT command, performs the corresponding search, and
returns resource configurations matching the properties. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SelectResourceConfigResponse> |
SelectResourceConfigIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectResourceConfigPublisher.subscribe(org.reactivestreams.Subscriber<? super SelectResourceConfigResponse> subscriber) |
Copyright © 2023. All rights reserved.