Packages

o

org.scanamo

LocalDynamoDB

object LocalDynamoDB

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalDynamoDB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def client(port: Int = 8042): DynamoDbAsyncClient
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createTable(client: DynamoDbClient)(tableName: String)(attributes: (String, ScalarAttributeType)*): CreateTableResponse
  8. def createTable(client: DynamoDbAsyncClient)(tableName: String)(attributes: (String, ScalarAttributeType)*): CreateTableResponse
  9. def createTableWithIndex(client: DynamoDbClient, tableName: String, secondaryIndexName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexAttributes: List[(String, ScalarAttributeType)]): CreateTableResponse
  10. def createTableWithIndex(client: DynamoDbAsyncClient, tableName: String, secondaryIndexName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexAttributes: List[(String, ScalarAttributeType)]): CreateTableResponse
  11. def deleteTable(client: DynamoDbClient)(tableName: String): DeleteTableResponse
  12. def deleteTable(client: DynamoDbAsyncClient)(tableName: String): DeleteTableResponse
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def syncClient(port: Int = 8042): DynamoDbClient
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def usingRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): Unit
  26. def usingRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): Unit
  27. def usingTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): Unit
  28. def usingTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): Unit
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def withRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): T
  33. def withRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): T
  34. def withRandomTableWithSecondaryIndex[T](client: DynamoDbClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) ⇒ T): T
  35. def withRandomTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) ⇒ T): T
  36. def withTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  37. def withTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  38. def withTableWithSecondaryIndex[T](client: DynamoDbClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  39. def withTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped