Real Dynamo Db Module
open class RealDynamoDbModule(clientConfig: ClientConfiguration, requiredTableTypes: KClass<*>) : KAbstractModule
Content copied to clipboard
Install this module to have access to an AmazonDynamoDB client. This can be used to create a DynamoDbMapper for querying of a DynamoDb table.
Parameters
required Table Types
a list of mapper classes annotated DynamoDBTable.
Constructors
Link copied to clipboard
fun RealDynamoDbModule(clientConfig: ClientConfiguration = ClientConfiguration(), vararg requiredTableTypes: KClass<*>)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun bindInterceptor(p0: Matcher<in Class<*>>, p1: Matcher<in Method>, vararg p2: MethodInterceptor)
Content copied to clipboard
Link copied to clipboard
open fun bindListener(p0: Matcher<in Binding<*>>, vararg p1: ProvisionListener)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun configureStreamsClient(builder: AmazonDynamoDBStreamsClientBuilder)
Content copied to clipboard
Link copied to clipboard
open fun convertToTypes(p0: Matcher<in TypeLiteral<*>>, p1: TypeConverter)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard