 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | UpdateItem(Document) | 
            Update a document in DynamoDB.
             | 
|  | UpdateItem(Document, IDictionary<(Of <<'(String, DynamoDBEntry>)>>)) | 
            Update a document in DynamoDB, with key to identify the document.
             | 
|  | UpdateItem(Document, Primitive) | 
            Update a document in DynamoDB, with hash primary key to identify the document.
             | 
|  | UpdateItem(Document, Primitive, Primitive) | 
            Update a document in DynamoDB, with a hash-and-range primary key
            to identify the document.
             | 
|  | UpdateItem(Document, UpdateItemOperationConfig) | 
            Update a document in DynamoDB, using specified config.
             | 
|  | UpdateItem(Document, IDictionary<(Of <<'(String, DynamoDBEntry>)>>), UpdateItemOperationConfig) | 
            Update a document in DynamoDB, with a key to identify the
            document, and using the specified config.
             | 
|  | UpdateItem(Document, Primitive, UpdateItemOperationConfig) | 
            Update a document in DynamoDB, with a hash primary key to identify the
            document, and using the specified config.
             | 
|  | UpdateItem(Document, Primitive, Primitive, UpdateItemOperationConfig) | 
            Update a document in DynamoDB, with a hash-and-range primary key to identify
            the document, and using the specified config.
             |