Uses of Class
software.amazon.awssdk.services.iot.model.PutAssetPropertyValueEntry
-
Packages that use PutAssetPropertyValueEntry Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PutAssetPropertyValueEntry in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PutAssetPropertyValueEntry Modifier and Type Method Description List<PutAssetPropertyValueEntry>IotSiteWiseAction. putAssetPropertyValueEntries()A list of asset property value entries.Methods in software.amazon.awssdk.services.iot.model with parameters of type PutAssetPropertyValueEntry Modifier and Type Method Description IotSiteWiseAction.BuilderIotSiteWiseAction.Builder. putAssetPropertyValueEntries(PutAssetPropertyValueEntry... putAssetPropertyValueEntries)A list of asset property value entries.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PutAssetPropertyValueEntry Modifier and Type Method Description IotSiteWiseAction.BuilderIotSiteWiseAction.Builder. putAssetPropertyValueEntries(Collection<PutAssetPropertyValueEntry> putAssetPropertyValueEntries)A list of asset property value entries.
-