AWS SDK for .NET Documentation
GetItem Method (hashKey, rangeKey, config)
AmazonAmazon.DynamoDBv2.DocumentModelTableGetItem(Primitive, Primitive, GetItemOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Gets a document from DynamoDB by hash-and-range primary key, using specified configs.
Declaration Syntax
C#
public Document GetItem(
	Primitive hashKey,
	Primitive rangeKey,
	GetItemOperationConfig config
)
Parameters
hashKey (Primitive)
Hash key element of the document.
rangeKey (Primitive)
Range key element of the document.
config (GetItemOperationConfig)
Configuration to use.
Return Value
Document from DynamoDB.

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