Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.xspec |
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemOutcome |
Table.updateItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
UpdateItemExpressionSpec updateExpressions) |
UpdateItemOutcome |
Table.updateItem(String hashKeyName,
Object hashKeyValue,
UpdateItemExpressionSpec updateExpressions) |
Modifier and Type | Method and Description |
---|---|
UpdateItemSpec |
UpdateItemSpec.withExpressionSpec(UpdateItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
UpdateItemExpressionSpec . |
Modifier and Type | Method and Description |
---|---|
UpdateItemExpressionSpec |
ExpressionSpecBuilder.buildForUpdate()
Returns an expression specification for use in an
UpdateItem
request to DynamoDB. |
Copyright © 2019. All rights reserved.