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 ExpressionSpecBuilderExpressionSpecBuilder. addProjection(String path)Fluent API to add the given attribute to the list of projection of a request.ExpressionSpecBuilderExpressionSpecBuilder. addProjections(String... paths)Fluent API to add the given attributes to the list of projection of a request.ExpressionSpecBuilderExpressionSpecBuilder. addUpdate(UpdateAction updateAction)Fluent API to add the given Update expression for a request.ExpressionSpecBuilderExpressionSpecBuilder. clone()ExpressionSpecBuilderExpressionSpecBuilder. withCondition(Condition condition)Fluent API to set the condition expression for a request.ExpressionSpecBuilderExpressionSpecBuilder. withKeyCondition(Condition keyCondition)
-