Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueResponse
-
Packages that use BatchGetAssetPropertyValueResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of BatchGetAssetPropertyValueResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return BatchGetAssetPropertyValueResponse Modifier and Type Method Description default BatchGetAssetPropertyValueResponseIoTSiteWiseClient. batchGetAssetPropertyValue(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest)Gets the current value for one or more asset properties.default BatchGetAssetPropertyValueResponseIoTSiteWiseClient. batchGetAssetPropertyValue(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest)Gets the current value for one or more asset properties.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type BatchGetAssetPropertyValueResponse Modifier and Type Method Description default CompletableFuture<BatchGetAssetPropertyValueResponse>IoTSiteWiseAsyncClient. batchGetAssetPropertyValue(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest)Gets the current value for one or more asset properties.default CompletableFuture<BatchGetAssetPropertyValueResponse>IoTSiteWiseAsyncClient. batchGetAssetPropertyValue(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest)Gets the current value for one or more asset properties. -
Uses of BatchGetAssetPropertyValueResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type BatchGetAssetPropertyValueResponse Modifier and Type Method Description Iterator<BatchGetAssetPropertyValueResponse>BatchGetAssetPropertyValueIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsitewise.paginators with type arguments of type BatchGetAssetPropertyValueResponse Modifier and Type Method Description voidBatchGetAssetPropertyValuePublisher. subscribe(org.reactivestreams.Subscriber<? super BatchGetAssetPropertyValueResponse> subscriber)
-