Class PutItemEnhancedRequest<T>

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

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

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