| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ExecuteQueryResponse |
IoTTwinMakerClient.executeQuery(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest)
Run queries to access information from your knowledge graph of entities within individual workspaces.
|
default ExecuteQueryResponse |
IoTTwinMakerClient.executeQuery(ExecuteQueryRequest executeQueryRequest)
Run queries to access information from your knowledge graph of entities within individual workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ExecuteQueryResponse> |
IoTTwinMakerAsyncClient.executeQuery(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest)
Run queries to access information from your knowledge graph of entities within individual workspaces.
|
default CompletableFuture<ExecuteQueryResponse> |
IoTTwinMakerAsyncClient.executeQuery(ExecuteQueryRequest executeQueryRequest)
Run queries to access information from your knowledge graph of entities within individual workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExecuteQueryResponse> |
ExecuteQueryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteQueryPublisher.subscribe(org.reactivestreams.Subscriber<? super ExecuteQueryResponse> subscriber) |
Copyright © 2023. All rights reserved.