Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyValueResponse
-
Packages that use BatchPutAssetPropertyValueResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of BatchPutAssetPropertyValueResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return BatchPutAssetPropertyValueResponse Modifier and Type Method Description default BatchPutAssetPropertyValueResponseIoTSiteWiseClient. batchPutAssetPropertyValue(Consumer<BatchPutAssetPropertyValueRequest.Builder> 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.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type BatchPutAssetPropertyValueResponse Modifier and Type Method Description default CompletableFuture<BatchPutAssetPropertyValueResponse>IoTSiteWiseAsyncClient. batchPutAssetPropertyValue(Consumer<BatchPutAssetPropertyValueRequest.Builder> batchPutAssetPropertyValueRequest)Sends a list of asset property values to IoT SiteWise.default CompletableFuture<BatchPutAssetPropertyValueResponse>IoTSiteWiseAsyncClient. batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)Sends a list of asset property values to IoT SiteWise.
-