Uses of Class
com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder
-
Packages that use ExpressionSpecBuilder Package Description 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. -
-
Uses of ExpressionSpecBuilder in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return ExpressionSpecBuilder Modifier and Type Method Description ExpressionSpecBuilder
ExpressionSpecBuilder. addProjection(String path)
Fluent API to add the given attribute to the list of projection of a request.ExpressionSpecBuilder
ExpressionSpecBuilder. addProjections(String... paths)
Fluent API to add the given attributes to the list of projection of a request.ExpressionSpecBuilder
ExpressionSpecBuilder. addUpdate(UpdateAction updateAction)
Fluent API to add the given Update expression for a request.ExpressionSpecBuilder
ExpressionSpecBuilder. clone()
ExpressionSpecBuilder
ExpressionSpecBuilder. withCondition(Condition condition)
Fluent API to set the condition expression for a request.ExpressionSpecBuilder
ExpressionSpecBuilder. withKeyCondition(Condition keyCondition)
-