| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchPutPropertyValuesResponse> |
IoTTwinMakerAsyncClient.batchPutPropertyValues(Consumer<BatchPutPropertyValuesRequest.Builder> batchPutPropertyValuesRequest)
Sets values for multiple time series properties.
|
default BatchPutPropertyValuesResponse |
IoTTwinMakerClient.batchPutPropertyValues(Consumer<BatchPutPropertyValuesRequest.Builder> batchPutPropertyValuesRequest)
Sets values for multiple time series properties.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.builder() |
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.entries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.entries(Consumer<PropertyValueEntry.Builder>... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.entries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.toBuilder() |
BatchPutPropertyValuesRequest.Builder |
BatchPutPropertyValuesRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutPropertyValuesRequest.Builder> |
BatchPutPropertyValuesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.