| 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 |
|---|---|
Future<BatchPutPropertyValuesResult> |
AWSIoTTwinMakerAsyncClient.batchPutPropertyValuesAsync(BatchPutPropertyValuesRequest request,
AsyncHandler<BatchPutPropertyValuesRequest,BatchPutPropertyValuesResult> asyncHandler) |
Future<BatchPutPropertyValuesResult> |
AbstractAWSIoTTwinMakerAsync.batchPutPropertyValuesAsync(BatchPutPropertyValuesRequest request,
AsyncHandler<BatchPutPropertyValuesRequest,BatchPutPropertyValuesResult> asyncHandler) |
Future<BatchPutPropertyValuesResult> |
AWSIoTTwinMakerAsync.batchPutPropertyValuesAsync(BatchPutPropertyValuesRequest batchPutPropertyValuesRequest,
AsyncHandler<BatchPutPropertyValuesRequest,BatchPutPropertyValuesResult> asyncHandler)
Sets values for multiple time series properties.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.clone() |
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.withEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.withEntries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
|
Copyright © 2024. All rights reserved.