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