See: Description
| Class | Description | 
|---|---|
| AttributeValueCoder | A  Coderthat serializes and deserializes theAttributeValueobjects. | 
| DynamoDBIO | IO to read from and write to DynamoDB tables. | 
| DynamoDBIO.Read<T> | Read data from DynamoDB using  DynamoDBIO.Read.getScanRequestFn()and emit an element of typeTfor eachScanResponseusing the mapping functionDynamoDBIO.Read.getScanResponseMapperFn(). | 
| DynamoDBIO.Write<T> | Write a PCollection |