| Class | Description |
|---|---|
| DynamoDbBeanElementConverter<InputT> |
A generic
ElementConverter that uses the dynamodb-enhanced client to build a DynamoDbWriteRequest from a POJO annotated with DynamoDbBean. |
| DynamoDbConfigConstants |
Defaults for
DynamoDbSinkWriter. |
| DynamoDbSink<InputT> |
A DynamoDB Sink that performs async requests against a destination table using the buffering
protocol specified in
AsyncSinkBase. |
| DynamoDbSinkBuilder<InputT> |
Builder to construct
DynamoDbSink. |
| DynamoDbWriteRequest |
Represents a single Write Request to DynamoDb.
|
| DynamoDbWriteRequest.Builder |
Builder for DynamoDbWriteRequest.
|
| DynamoDbWriterStateSerializer |
DynamoDb implementation
AsyncSinkWriterStateSerializer. |
| Enum | Description |
|---|---|
| DynamoDbWriteRequestType |
Represents a DynamoDb Write Request type.
|
| Exception | Description |
|---|---|
| DynamoDbSinkException |
Exception is thrown when DynamoDb sink failed to write data.
|
| InvalidConfigurationException |
Exception is thrown if a DynamoDB configuration was invalid.
|
| InvalidRequestException |
Exception is thrown if a DynamoDB request was invalid.
|
Copyright © 2022–2023 The Apache Software Foundation. All rights reserved.