Class UpdateItemEnhancedRequest<T>

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.UpdateItemEnhancedRequest<T>
Type Parameters:
T - The type of the modelled object.

@ThreadSafe public final class UpdateItemEnhancedRequest<T> extends Object
Defines parameters used to update an item to a DynamoDb table using the updateItem() operation (such as DynamoDbTable.updateItem(UpdateItemEnhancedRequest) or DynamoDbAsyncTable.updateItem(UpdateItemEnhancedRequest)).

A valid request object must contain the item that should be written to the table.