| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery |
|
| Modifier and Type | Method and Description |
|---|---|
default PrepareQueryResponse |
TimestreamQueryClient.prepareQuery(Consumer<PrepareQueryRequest.Builder> prepareQueryRequest)
A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
running.
|
default PrepareQueryResponse |
TimestreamQueryClient.prepareQuery(PrepareQueryRequest prepareQueryRequest)
A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
running.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PrepareQueryResponse> |
TimestreamQueryAsyncClient.prepareQuery(Consumer<PrepareQueryRequest.Builder> prepareQueryRequest)
A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
running.
|
default CompletableFuture<PrepareQueryResponse> |
TimestreamQueryAsyncClient.prepareQuery(PrepareQueryRequest prepareQueryRequest)
A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
running.
|
Copyright © 2023. All rights reserved.