Uses of Interface
io.awspring.spring.data.dynamodb.request.DynamoDbUpdateExpressionRequestInterface
Packages that use DynamoDbUpdateExpressionRequestInterface
-
Uses of DynamoDbUpdateExpressionRequestInterface in io.awspring.spring.data.dynamodb.core
Methods in io.awspring.spring.data.dynamodb.core with parameters of type DynamoDbUpdateExpressionRequestInterfaceModifier and TypeMethodDescription<T> EntityWriteResult<T> DynamoDbOperations.update(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequestInterface builderFunction, Class<T> entityClass) Updates an item with a fluent update-expression callback.<T> EntityWriteResult<T> DynamoDbTemplate.update(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequestInterface builderInterface, Class<T> entityClass)