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.
|
Modifier and Type | Method and 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) |
Copyright © 2023. All rights reserved.