Package | Description |
---|---|
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 |
---|---|
PutItemSpec |
PutItemSpec.withExpressionSpec(PutItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
PutItemExpressionSpec . |
Modifier and Type | Method and Description |
---|---|
PutItemExpressionSpec |
ExpressionSpecBuilder.buildForPut()
Returns an expression specification for use in a
PutItem
request to DynamoDB. |
Copyright © 2017. All rights reserved.