Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.UpdateExpression
Packages that use UpdateExpression
Package
Description
-
Uses of UpdateExpression in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return UpdateExpressionMethods in software.amazon.awssdk.enhanced.dynamodb.extensions with parameters of type UpdateExpressionModifier and TypeMethodDescriptionWriteModification.Builder.updateExpression(UpdateExpression updateExpression) -
Uses of UpdateExpression in software.amazon.awssdk.enhanced.dynamodb.internal.update
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.update that return UpdateExpressionModifier and TypeMethodDescriptionstatic UpdateExpressionUpdateExpressionUtils.operationExpression(Map<String, AttributeValue> itemMap, TableMetadata tableMetadata, List<String> nonRemoveAttributes) Generates an UpdateExpression representing a POJO, with only SET and REMOVE actions.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.update with parameters of type UpdateExpressionModifier and TypeMethodDescriptionUpdateExpressionConverter.findAttributeNames(UpdateExpression updateExpression) Attempts to find the list of attribute names that will be updated for the suppliedUpdateExpressionby looking at the combined collection of paths and ExpressionName values.static ExpressionUpdateExpressionConverter.toExpression(UpdateExpression expression) Returns anExpressionwhere 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. -
Uses of UpdateExpression in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return UpdateExpressionModifier and TypeMethodDescriptionUpdateExpression.Builder.build()Builds anUpdateExpressionbased on the values stored in this builder.static UpdateExpressionUpdateExpression.mergeExpressions(UpdateExpression expression1, UpdateExpression expression2) Merges two UpdateExpression, returning a newMethods in software.amazon.awssdk.enhanced.dynamodb.update with parameters of type UpdateExpressionModifier and TypeMethodDescriptionstatic UpdateExpressionUpdateExpression.mergeExpressions(UpdateExpression expression1, UpdateExpression expression2) Merges two UpdateExpression, returning a new