AWS SDK for .NET Documentation
UpdateItem Method (doc, key)
AmazonAmazon.DynamoDBv2.DocumentModelTableUpdateItem(Document, IDictionary<(Of <<'(String, DynamoDBEntry>)>>)) Did this page help you?   Yes   No    Tell us about it...
Update a document in DynamoDB, with key to identify the document.
Declaration Syntax
C#
public void UpdateItem(
	Document doc,
	IDictionary<string, DynamoDBEntry> key
)
Parameters
doc (Document)
Attributes to update.
key (IDictionary<(Of <(<'String, DynamoDBEntry>)>)>)
Key of the document.

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