@Experimental(value=SOURCE_SINK)
See: Description
| Interface | Description | 
|---|---|
| DynamoDbClientProvider | Provides instances of DynamoDB clients. | 
| Class | Description | 
|---|---|
| AttributeValueCoder | A  Coderthat serializes and deserializes theAttributeValueobjects. | 
| BasicDynamoDbClientProvider | Basic implementation of  DynamoDbClientProviderused by default inDynamoDBIO. | 
| DynamoDBIO | PTransforms to read/write from/to Amazon
 DynamoDB. | 
| DynamoDBIO.Read<T> | Read data from DynamoDB and return ScanResult. | 
| DynamoDBIO.RetryConfiguration | A POJO encapsulating a configuration for retry behavior when issuing requests to DynamoDB. | 
| DynamoDBIO.RetryConfiguration.Builder | |
| DynamoDBIO.Write<T> | Write a PCollection |