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() @HotSpotIntrinsicCandidate()
  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 createTableWithIndexes(client: DynamoDbClient, tableName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexes: List[(String, List[(String, ScalarAttributeType)])]): CreateTableResponse
  12. def createTableWithIndexes(client: DynamoDbAsyncClient, tableName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexes: List[(String, List[(String, ScalarAttributeType)])]): CreateTableResponse
  13. def deleteTable(client: DynamoDbClient)(tableName: String): DeleteTableResponse
  14. def deleteTable(client: DynamoDbAsyncClient)(tableName: String): DeleteTableResponse
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def syncClient(port: Int = 8042): DynamoDbClient
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def usingRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): Unit
  27. def usingRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): Unit
  28. def usingTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): Unit
  29. def usingTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): Unit
  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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): T
  34. def withRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) ⇒ T): T
  35. def withRandomTableWithSecondaryIndex[T](client: DynamoDbClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) ⇒ T): T
  36. def withRandomTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) ⇒ T): T
  37. def withTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  38. def withTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  39. def withTableWithSecondaryIndex[T](client: DynamoDbClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  40. def withTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: ⇒ T): T
  41. def withTableWithSecondaryIndexes[T](client: DynamoDbClient)(tableName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexes: (String, List[(String, ScalarAttributeType)])*)(thunk: ⇒ T): T
  42. def withTableWithSecondaryIndexes[T](client: DynamoDbAsyncClient)(tableName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexes: (String, List[(String, ScalarAttributeType)])*)(thunk: ⇒ T): T

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped