@Experimental(value=SOURCE_SINK)
See: Description
Interface | Description |
---|---|
DynamoDbClientProvider | Deprecated
Configure a custom
ClientBuilderFactory
using AwsOptions.getClientBuilderFactory() instead. |
Class | Description |
---|---|
AttributeValueCoder |
A
Coder that serializes and deserializes the AttributeValue objects. |
BasicDynamoDbClientProvider | Deprecated
Configure a custom
ClientBuilderFactory
using AwsOptions.getClientBuilderFactory() instead. |
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.RetryConfiguration | Deprecated
Use
RetryConfiguration instead to
delegate retries to the AWS SDK. |
DynamoDBIO.RetryConfiguration.Builder | |
DynamoDBIO.Write<T> |
Write a PCollection
|