Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyValuesRequest.Builder
Packages that use BatchPutPropertyValuesRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of BatchPutPropertyValuesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type BatchPutPropertyValuesRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.batchPutPropertyValues(Consumer<BatchPutPropertyValuesRequest.Builder> batchPutPropertyValuesRequest) Sets values for multiple time series properties.default BatchPutPropertyValuesResponseIoTTwinMakerClient.batchPutPropertyValues(Consumer<BatchPutPropertyValuesRequest.Builder> batchPutPropertyValuesRequest) Sets values for multiple time series properties. -
Uses of BatchPutPropertyValuesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return BatchPutPropertyValuesRequest.BuilderModifier and TypeMethodDescriptionBatchPutPropertyValuesRequest.builder()BatchPutPropertyValuesRequest.Builder.entries(Collection<PropertyValueEntry> entries) An object that maps strings to the property value entries to set.BatchPutPropertyValuesRequest.Builder.entries(Consumer<PropertyValueEntry.Builder>... entries) An object that maps strings to the property value entries to set.BatchPutPropertyValuesRequest.Builder.entries(PropertyValueEntry... entries) An object that maps strings to the property value entries to set.BatchPutPropertyValuesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) BatchPutPropertyValuesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) BatchPutPropertyValuesRequest.toBuilder()BatchPutPropertyValuesRequest.Builder.workspaceId(String workspaceId) The ID of the workspace that contains the properties to set.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BatchPutPropertyValuesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchPutPropertyValuesRequest.Builder>BatchPutPropertyValuesRequest.serializableBuilderClass()