case class Table(name: String, hashPK: String, rangePK: Option[String] = None, attributes: Seq[AttributeDefinition] = Nil, localSecondaryIndexes: Seq[LocalSecondaryIndex] = Nil, globalSecondaryIndexes: Seq[GlobalSecondaryIndex] = Nil, provisionedThroughput: Option[ProvisionedThroughput] = None, billingMode: Option[BillingMode] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Table
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Table(name: String, hashPK: String, rangePK: Option[String] = None, attributes: Seq[AttributeDefinition] = Nil, localSecondaryIndexes: Seq[LocalSecondaryIndex] = Nil, globalSecondaryIndexes: Seq[GlobalSecondaryIndex] = Nil, provisionedThroughput: Option[ProvisionedThroughput] = None, billingMode: Option[BillingMode] = None)
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
- def addAttributes(hashPK: Any, rangePK: Any, attributes: Seq[SimplePk])(implicit dynamoDB: DynamoDB): Unit
- def addAttributes(hashPK: Any, attributes: SimplePk*)(implicit dynamoDB: DynamoDB): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Seq[AttributeDefinition]
- def batchGet(attributes: List[CompositePk])(implicit dynamoDB: DynamoDB, di: DummyImplicit): Seq[Item]
- def batchGet(attributes: List[SimplePk])(implicit dynamoDB: DynamoDB): Seq[Item]
- def batchGetItems(attributes: List[CompositePk])(implicit dynamoDB: DynamoDB, di: DummyImplicit): Seq[Item]
- def batchGetItems(attributes: List[SimplePk])(implicit dynamoDB: DynamoDB): Seq[Item]
- val billingMode: Option[BillingMode]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delete(hashPK: Any, rangePK: Any)(implicit dynamoDB: DynamoDB): Unit
- def delete(hashPK: Any)(implicit dynamoDB: DynamoDB): Unit
- def deleteAttributes(hashPK: Any, rangePK: Any, attributes: Seq[SimplePk])(implicit dynamoDB: DynamoDB): Unit
- def deleteAttributes(hashPK: Any, attributes: Seq[SimplePk])(implicit dynamoDB: DynamoDB): Unit
- def deleteItem(hashPK: Any, rangePK: Any)(implicit dynamoDB: DynamoDB): Unit
- def deleteItem(hashPK: Any)(implicit dynamoDB: DynamoDB): Unit
- def destroy()(implicit dynamoDB: DynamoDB): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def get(hashPK: Any, rangePK: Any)(implicit dynamoDB: DynamoDB): Option[Item]
- def get(hashPK: Any)(implicit dynamoDB: DynamoDB): Option[Item]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getItem(hashPK: Any, rangePK: Any)(implicit dynamoDB: DynamoDB): Option[Item]
- def getItem(hashPK: Any)(implicit dynamoDB: DynamoDB): Option[Item]
- val globalSecondaryIndexes: Seq[GlobalSecondaryIndex]
- val hashPK: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localSecondaryIndexes: Seq[LocalSecondaryIndex]
- val name: String
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val provisionedThroughput: Option[ProvisionedThroughput]
- def put(hashPK: Any, rangePK: Any, attributes: SimplePk*)(implicit dynamoDB: DynamoDB): Unit
- def put(hashPK: Any, attributes: SimplePk*)(implicit dynamoDB: DynamoDB): Unit
- def putAttributes(hashPK: Any, rangePK: Any, attributes: Seq[SimplePk])(implicit dynamoDB: DynamoDB): Unit
- def putAttributes(hashPK: Any, attributes: Seq[SimplePk])(implicit dynamoDB: DynamoDB): Unit
- def putItem(hashPK: Any, rangePK: Any, attributes: SimplePk*)(implicit dynamoDB: DynamoDB): Unit
- def putItem(hashPK: Any, attributes: SimplePk*)(implicit dynamoDB: DynamoDB): Unit
- def putItem[E <: AnyRef](hashPK: Any, rangePK: Any, entity: E)(implicit dynamoDB: DynamoDB): Unit
- def putItem[E <: AnyRef](entity: E)(implicit dynamoDB: DynamoDB): Unit
- def query(keyConditions: Seq[(String, com.amazonaws.services.dynamodbv2.model.Condition)], select: Select = aws.model.Select.ALL_ATTRIBUTES, attributesToGet: Seq[String] = Nil, scanIndexForward: Boolean = true, consistentRead: Boolean = false, limit: Int = 1000, pageStatsCallback: (PageStats) => Unit = null)(implicit dynamoDB: DynamoDB): Seq[Item]
- def queryWithIndex(index: SecondaryIndex, keyConditions: Seq[(String, com.amazonaws.services.dynamodbv2.model.Condition)], select: Select = aws.model.Select.ALL_ATTRIBUTES, attributesToGet: Seq[String] = Nil, scanIndexForward: Boolean = true, consistentRead: Boolean = false, limit: Int = 1000, pageStatsCallback: (PageStats) => Unit = null)(implicit dynamoDB: DynamoDB): Seq[Item]
- val rangePK: Option[String]
- def scan(filter: Seq[(String, com.amazonaws.services.dynamodbv2.model.Condition)], select: Select = aws.model.Select.ALL_ATTRIBUTES, attributesToGet: Seq[String] = Nil, limit: Int = 1000, segment: Int = 0, totalSegments: Int = 1, consistentRead: Boolean = false, pageStatsCallback: (PageStats) => Unit = null)(implicit dynamoDB: DynamoDB): Seq[Item]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def update(throughput: ProvisionedThroughput)(implicit dynamoDB: DynamoDB): TableMeta
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated