DynamoDbTableMapper
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createTable(vararg secondarySchemas: DynamoDbTableMapperSchema.Secondary<*, *, *>): Result<TableDescriptionResponse, RemoteFailure>
Link copied to clipboard
Link copied to clipboard
fun <NewDocument : Any, NewHashKey : Any, NewSortKey : Any> index(schema: DynamoDbTableMapperSchema<NewDocument, NewHashKey, NewSortKey>): DynamoDbIndexMapper<NewDocument, NewHashKey, NewSortKey>
Link copied to clipboard
operator fun <Document : Any> DynamoDbTableMapper<Document, *, *>.minusAssign(documents: Collection<Document>)
Link copied to clipboard
operator fun <Document : Any> DynamoDbTableMapper<Document, *, *>.plusAssign(documents: Collection<Document>)
Link copied to clipboard