 Members
 Members| 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.
             | 
|  | GetItem(IDictionary<(Of <<'(String, DynamoDBEntry>)>>)) | 
            Gets a document from DynamoDB by key.
             | 
|  | GetItem(IDictionary<(Of <<'(String, DynamoDBEntry>)>>), GetItemOperationConfig) | 
            Gets a document from DynamoDB by key, using specified configs.
             |