Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PutAssetPropertyValueEntry
-
Packages that use PutAssetPropertyValueEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PutAssetPropertyValueEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PutAssetPropertyValueEntry Modifier and Type Method Description List<PutAssetPropertyValueEntry>BatchPutAssetPropertyValueRequest. entries()The list of asset property value entries for the batch put request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PutAssetPropertyValueEntry Modifier and Type Method Description BatchPutAssetPropertyValueRequest.BuilderBatchPutAssetPropertyValueRequest.Builder. entries(PutAssetPropertyValueEntry... entries)The list of asset property value entries for the batch put request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PutAssetPropertyValueEntry Modifier and Type Method Description BatchPutAssetPropertyValueRequest.BuilderBatchPutAssetPropertyValueRequest.Builder. entries(Collection<PutAssetPropertyValueEntry> entries)The list of asset property value entries for the batch put request.
-