@Experimental(value=SOURCE_SINK)
See: Description
| Interface | Description | 
|---|---|
| DynamoDbClientProvider | Deprecated Configure a custom  ClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead. | 
| Class | Description | 
|---|---|
| AttributeValueCoder | A  Coderthat serializes and deserializes theAttributeValueobjects. | 
| BasicDynamoDbClientProvider | Deprecated Configure a custom  ClientBuilderFactoryusingAwsOptions.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 typeTfor eachScanResponseusing the mapping functionDynamoDBIO.Read.getScanResponseMapperFn(). | 
| DynamoDBIO.RetryConfiguration | Deprecated Use  RetryConfigurationinstead to
     delegate retries to the AWS SDK. | 
| DynamoDBIO.RetryConfiguration.Builder | |
| DynamoDBIO.Write<T> | Write a PCollection |