| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResult |
AbstractAWSIoTTwinMaker.getPropertyValue(GetPropertyValueRequest request) |
GetPropertyValueResult |
AWSIoTTwinMaker.getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
GetPropertyValueResult |
AWSIoTTwinMakerClient.getPropertyValue(GetPropertyValueRequest request)
Gets the property values for a component, component type, entity, or workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPropertyValueResult> |
AbstractAWSIoTTwinMakerAsync.getPropertyValueAsync(GetPropertyValueRequest request,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler) |
Future<GetPropertyValueResult> |
AWSIoTTwinMakerAsync.getPropertyValueAsync(GetPropertyValueRequest getPropertyValueRequest,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler)
Gets the property values for a component, component type, entity, or workspace.
|
Future<GetPropertyValueResult> |
AWSIoTTwinMakerAsyncClient.getPropertyValueAsync(GetPropertyValueRequest request,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResult |
GetPropertyValueResult.addPropertyValuesEntry(String key,
PropertyLatestValue value)
Add a single PropertyValues entry
|
GetPropertyValueResult |
GetPropertyValueResult.clearPropertyValuesEntries()
Removes all the entries added into PropertyValues.
|
GetPropertyValueResult |
GetPropertyValueResult.clone() |
GetPropertyValueResult |
GetPropertyValueResult.withNextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueResult |
GetPropertyValueResult.withPropertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
GetPropertyValueResult |
GetPropertyValueResult.withTabularPropertyValues(Collection<List<Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
|
GetPropertyValueResult |
GetPropertyValueResult.withTabularPropertyValues(List<Map<String,DataValue>>... tabularPropertyValues)
A table of property values.
|
Copyright © 2023. All rights reserved.