AWS SDK for .NET Documentation
UpdateItem Method (doc, hashKey)
AmazonAmazon.DynamoDB.DocumentModelTableUpdateItem(Document, Primitive) Did this page help you?   Yes   No    Tell us about it...
Update a document in DynamoDB, with hash primary key to identify the document.
Declaration Syntax
C#
public void UpdateItem(
	Document doc,
	Primitive hashKey
)
Parameters
doc (Document)
Attributes to update.
hashKey (Primitive)
Hash key element of the document.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)