object LocalDynamoDB
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalDynamoDB
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def client(port: Int = 8042): DynamoDbAsyncClient
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createTable(client: DynamoDbClient)(tableName: String)(attributes: (String, ScalarAttributeType)*): CreateTableResponse
- def createTable(client: DynamoDbAsyncClient)(tableName: String)(attributes: (String, ScalarAttributeType)*): CreateTableResponse
- def createTableWithIndex(client: DynamoDbClient, tableName: String, secondaryIndexName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexAttributes: List[(String, ScalarAttributeType)]): CreateTableResponse
- def createTableWithIndex(client: DynamoDbAsyncClient, tableName: String, secondaryIndexName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexAttributes: List[(String, ScalarAttributeType)]): CreateTableResponse
- def createTableWithIndexes(client: DynamoDbClient, tableName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexes: List[(String, List[(String, ScalarAttributeType)])]): CreateTableResponse
- def createTableWithIndexes(client: DynamoDbAsyncClient, tableName: String, primaryIndexAttributes: List[(String, ScalarAttributeType)], secondaryIndexes: List[(String, List[(String, ScalarAttributeType)])]): CreateTableResponse
- def deleteTable(client: DynamoDbClient)(tableName: String): DeleteTableResponse
- def deleteTable(client: DynamoDbAsyncClient)(tableName: String): DeleteTableResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def syncClient(port: Int = 8042): DynamoDbClient
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def usingRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) => T): Unit
- def usingRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) => T): Unit
- def usingTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: => T): Unit
- def usingTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: => T): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withRandomTable[T](client: DynamoDbClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) => T): T
- def withRandomTable[T](client: DynamoDbAsyncClient)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: (String) => T): T
- def withRandomTableWithSecondaryIndex[T](client: DynamoDbClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) => T): T
- def withRandomTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: (String, String) => T): T
- def withTable[T](client: DynamoDbClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: => T): T
- def withTable[T](client: DynamoDbAsyncClient)(tableName: String)(attributeDefinitions: (String, ScalarAttributeType)*)(thunk: => T): T
- def withTableWithSecondaryIndex[T](client: DynamoDbClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: => T): T
- def withTableWithSecondaryIndex[T](client: DynamoDbAsyncClient)(tableName: String, secondaryIndexName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexAttributes: (String, ScalarAttributeType)*)(thunk: => T): T
- def withTableWithSecondaryIndexes[T](client: DynamoDbClient)(tableName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexes: (String, List[(String, ScalarAttributeType)])*)(thunk: => T): T
- def withTableWithSecondaryIndexes[T](client: DynamoDbAsyncClient)(tableName: String)(primaryIndexAttributes: (String, ScalarAttributeType)*)(secondaryIndexes: (String, List[(String, ScalarAttributeType)])*)(thunk: => T): T