Package | Description |
---|---|
com.amazonaws.mobileconnectors.dynamodbv2.document |
Modifier and Type | Method and Description |
---|---|
UpdateItemOperationConfig |
UpdateItemOperationConfig.withReturnValues(ReturnValue returnValue)
Flag specifying what values should be returned.
|
Modifier and Type | Method and Description |
---|---|
Document |
Table.updateItem(Document doc,
Primitive hashKey,
Primitive rangeKey,
UpdateItemOperationConfig config)
Update a document in DynamoDB.
|
Document |
Table.updateItem(Document doc,
Primitive hashKey,
UpdateItemOperationConfig config)
Update a document in DynamoDB.
|
Document |
Table.updateItem(Document doc,
UpdateItemOperationConfig config)
Update a document in DynamoDB.
|
Copyright © 2019. All rights reserved.