| 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 | |
| software.amazon.awssdk.services.iottwinmaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPropertyValueResponse> |
IoTTwinMakerAsyncClient.getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValuePublisher |
IoTTwinMakerAsyncClient.getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueIterable |
IoTTwinMakerClient.getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
| Constructor and Description |
|---|
GetPropertyValueIterable(IoTTwinMakerClient client,
GetPropertyValueRequest firstRequest) |
GetPropertyValuePublisher(IoTTwinMakerAsyncClient client,
GetPropertyValueRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetPropertyValueRequestMarshaller.marshall(GetPropertyValueRequest getPropertyValueRequest) |
Copyright © 2023. All rights reserved.