Uses of Class
com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec
Packages that use UpdateItemExpressionSpec
Package
Description
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.
-
Uses of UpdateItemExpressionSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateItemExpressionSpecModifier and TypeMethodDescriptionTable.updateItem
(String hashKeyName, Object hashKeyValue, UpdateItemExpressionSpec updateExpressions) Table.updateItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, UpdateItemExpressionSpec updateExpressions) -
Uses of UpdateItemExpressionSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type UpdateItemExpressionSpecModifier and TypeMethodDescriptionUpdateItemSpec.withExpressionSpec
(UpdateItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaUpdateItemExpressionSpec
. -
Uses of UpdateItemExpressionSpec in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return UpdateItemExpressionSpecModifier and TypeMethodDescriptionExpressionSpecBuilder.buildForUpdate()
Returns an expression specification for use in anUpdateItem
request to DynamoDB.