See: Description
Class | Description |
---|---|
AttributeValueCoder |
A
Coder that serializes and deserializes the AttributeValue objects. |
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 type T
for each ScanResponse using the mapping function DynamoDBIO.Read.getScanResponseMapperFn() . |
DynamoDBIO.Write<T> |
Write a PCollection
|