Modifier and Type | Method and Description |
---|---|
UpdateExpression |
WriteModification.updateExpression() |
Modifier and Type | Method and Description |
---|---|
WriteModification.Builder |
WriteModification.Builder.updateExpression(UpdateExpression updateExpression) |
Modifier and Type | Method and Description |
---|---|
static UpdateExpression |
UpdateExpressionUtils.operationExpression(Map<String,AttributeValue> itemMap,
TableMetadata tableMetadata,
List<String> nonRemoveAttributes)
Generates an UpdateExpression representing a POJO, with only SET and REMOVE actions.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
UpdateExpressionConverter.findAttributeNames(UpdateExpression updateExpression)
Attempts to find the list of attribute names that will be updated for the supplied
UpdateExpression by looking at
the combined collection of paths and ExpressionName values. |
static Expression |
UpdateExpressionConverter.toExpression(UpdateExpression expression)
Returns an
Expression where all update actions in the UpdateExpression have been concatenated according
to the rules of DDB Update Expressions, and all expression names and values have been combined into single maps,
respectively. |
Modifier and Type | Method and Description |
---|---|
UpdateExpression |
UpdateExpression.Builder.build()
Builds an
UpdateExpression based on the values stored in this builder. |
static UpdateExpression |
UpdateExpression.mergeExpressions(UpdateExpression expression1,
UpdateExpression expression2)
Merges two UpdateExpression, returning a new
|
Modifier and Type | Method and Description |
---|---|
static UpdateExpression |
UpdateExpression.mergeExpressions(UpdateExpression expression1,
UpdateExpression expression2)
Merges two UpdateExpression, returning a new
|
Copyright © 2023. All rights reserved.