
Icon | Member | Description |
---|---|---|
![]() | UpdateItem(Document) |
Update a document in DynamoDB.
|
![]() | 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, 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.
|