Uses of Class
io.awspring.spring.data.dynamodb.request.DynamoDbUpdateExpressionRequest
Packages that use DynamoDbUpdateExpressionRequest
Package
Description
-
Uses of DynamoDbUpdateExpressionRequest in io.awspring.spring.data.dynamodb.core
Methods in io.awspring.spring.data.dynamodb.core with parameters of type DynamoDbUpdateExpressionRequestModifier and TypeMethodDescription<T> EntityWriteResult<T> DynamoDbOperations.update(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequest dynamoDBUpdateExpressionRequest, Class<T> entityClass) Updates an item with an explicit update request.<T> EntityWriteResult<T> DynamoDbTemplate.update(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequest dynamoDBUpdateExpressionRequest, Class<T> entityClass) software.amazon.awssdk.services.dynamodb.model.UpdateItemRequestStatementFactory.update(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequest request, String tableName, DynamoDbPersistentEntity<?> entity) -
Uses of DynamoDbUpdateExpressionRequest in io.awspring.spring.data.dynamodb.repository.query
Methods in io.awspring.spring.data.dynamodb.repository.query that return DynamoDbUpdateExpressionRequestModifier and TypeMethodDescriptionAbstractDynamoDbQuery.UpdateExecution.request()Returns the value of therequestrecord component.Constructors in io.awspring.spring.data.dynamodb.repository.query with parameters of type DynamoDbUpdateExpressionRequestModifierConstructorDescriptionprotectedUpdateExecution(Object partitionKey, @Nullable Object sortKey, DynamoDbUpdateExpressionRequest request) Creates an instance of aUpdateExecutionrecord class. -
Uses of DynamoDbUpdateExpressionRequest in io.awspring.spring.data.dynamodb.request
Methods in io.awspring.spring.data.dynamodb.request that return DynamoDbUpdateExpressionRequestModifier and TypeMethodDescriptionDynamoDbUpdateExpressionRequest.Builder.build()DynamoDbUpdateExpressionRequestInterface.build(DynamoDbUpdateExpressionRequest.Builder builder)