
Icon | Member | Description |
---|---|---|
![]() | GetItem(Primitive) |
Gets a document from DynamoDB by hash primary key.
|
![]() | GetItem(Primitive, Primitive) |
Gets a document from DynamoDB by hash-and-range primary key.
|
![]() | GetItem(Primitive, GetItemOperationConfig) |
Gets a document from DynamoDB by hash primary key, using specified configs.
|
![]() | GetItem(Primitive, Primitive, GetItemOperationConfig) |
Gets a document from DynamoDB by hash-and-range primary key,
using specified configs.
|