| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery |
|
| Modifier and Type | Method and Description |
|---|---|
default ExecuteScheduledQueryResponse |
TimestreamQueryClient.executeScheduledQuery(Consumer<ExecuteScheduledQueryRequest.Builder> executeScheduledQueryRequest)
You can use this API to run a scheduled query manually.
|
default ExecuteScheduledQueryResponse |
TimestreamQueryClient.executeScheduledQuery(ExecuteScheduledQueryRequest executeScheduledQueryRequest)
You can use this API to run a scheduled query manually.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ExecuteScheduledQueryResponse> |
TimestreamQueryAsyncClient.executeScheduledQuery(Consumer<ExecuteScheduledQueryRequest.Builder> executeScheduledQueryRequest)
You can use this API to run a scheduled query manually.
|
default CompletableFuture<ExecuteScheduledQueryResponse> |
TimestreamQueryAsyncClient.executeScheduledQuery(ExecuteScheduledQueryRequest executeScheduledQueryRequest)
You can use this API to run a scheduled query manually.
|
Copyright © 2023. All rights reserved.