Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyValueRequest
-
Packages that use BatchPutAssetPropertyValueRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of BatchPutAssetPropertyValueRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type BatchPutAssetPropertyValueRequest Modifier and Type Method Description default CompletableFuture<BatchPutAssetPropertyValueResponse>IoTSiteWiseAsyncClient. batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)Sends a list of asset property values to IoT SiteWise.default BatchPutAssetPropertyValueResponseIoTSiteWiseClient. batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)Sends a list of asset property values to IoT SiteWise. -
Uses of BatchPutAssetPropertyValueRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type BatchPutAssetPropertyValueRequest Modifier and Type Method Description SdkHttpFullRequestBatchPutAssetPropertyValueRequestMarshaller. marshall(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
-