awscala.dynamodbv2

TableMeta

case class TableMeta(name: String, sizeBytes: Long, itemCount: Long, status: TableStatus, attributes: Seq[AttributeDefinition], keySchema: Seq[KeySchema], localSecondaryIndexes: Seq[LocalSecondaryIndexMeta], provisionedThroughput: ProvisionedThroughputMeta, createdAt: DateTime) extends TableDescription with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, TableDescription, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableMeta
  2. Serializable
  3. Product
  4. Equals
  5. TableDescription
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableMeta(name: String, sizeBytes: Long, itemCount: Long, status: TableStatus, attributes: Seq[AttributeDefinition], keySchema: Seq[KeySchema], localSecondaryIndexes: Seq[LocalSecondaryIndexMeta], provisionedThroughput: ProvisionedThroughputMeta, createdAt: DateTime)

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. val attributes: Seq[AttributeDefinition]

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val createdAt: DateTime

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    TableDescription → AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAttributeDefinitions(): List[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]

    Definition Classes
    TableDescription
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getCreationDateTime(): Date

    Definition Classes
    TableDescription
  14. def getGlobalSecondaryIndexes(): List[GlobalSecondaryIndexDescription]

    Definition Classes
    TableDescription
  15. def getItemCount(): Long

    Definition Classes
    TableDescription
  16. def getKeySchema(): List[KeySchemaElement]

    Definition Classes
    TableDescription
  17. def getLocalSecondaryIndexes(): List[LocalSecondaryIndexDescription]

    Definition Classes
    TableDescription
  18. def getProvisionedThroughput(): ProvisionedThroughputDescription

    Definition Classes
    TableDescription
  19. def getTableName(): String

    Definition Classes
    TableDescription
  20. def getTableSizeBytes(): Long

    Definition Classes
    TableDescription
  21. def getTableStatus(): String

    Definition Classes
    TableDescription
  22. def hashCode(): Int

    Definition Classes
    TableDescription → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val itemCount: Long

  25. val keySchema: Seq[KeySchema]

  26. val localSecondaryIndexes: Seq[LocalSecondaryIndexMeta]

  27. val name: String

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. val provisionedThroughput: ProvisionedThroughputMeta

  32. def setAttributeDefinitions(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): Unit

    Definition Classes
    TableDescription
  33. def setCreationDateTime(arg0: Date): Unit

    Definition Classes
    TableDescription
  34. def setGlobalSecondaryIndexes(arg0: Collection[GlobalSecondaryIndexDescription]): Unit

    Definition Classes
    TableDescription
  35. def setItemCount(arg0: Long): Unit

    Definition Classes
    TableDescription
  36. def setKeySchema(arg0: Collection[KeySchemaElement]): Unit

    Definition Classes
    TableDescription
  37. def setLocalSecondaryIndexes(arg0: Collection[LocalSecondaryIndexDescription]): Unit

    Definition Classes
    TableDescription
  38. def setProvisionedThroughput(arg0: ProvisionedThroughputDescription): Unit

    Definition Classes
    TableDescription
  39. def setTableName(arg0: String): Unit

    Definition Classes
    TableDescription
  40. def setTableSizeBytes(arg0: Long): Unit

    Definition Classes
    TableDescription
  41. def setTableStatus(arg0: com.amazonaws.services.dynamodbv2.model.TableStatus): Unit

    Definition Classes
    TableDescription
  42. def setTableStatus(arg0: String): Unit

    Definition Classes
    TableDescription
  43. val sizeBytes: Long

  44. val status: TableStatus

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def table: Table

  47. def toString(): String

    Definition Classes
    TableDescription → AnyRef → Any
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withAttributeDefinitions(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): TableDescription

    Definition Classes
    TableDescription
  52. def withAttributeDefinitions(arg0: <repeated...>[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): TableDescription

    Definition Classes
    TableDescription
  53. def withCreationDateTime(arg0: Date): TableDescription

    Definition Classes
    TableDescription
  54. def withGlobalSecondaryIndexes(arg0: Collection[GlobalSecondaryIndexDescription]): TableDescription

    Definition Classes
    TableDescription
  55. def withGlobalSecondaryIndexes(arg0: <repeated...>[GlobalSecondaryIndexDescription]): TableDescription

    Definition Classes
    TableDescription
  56. def withItemCount(arg0: Long): TableDescription

    Definition Classes
    TableDescription
  57. def withKeySchema(arg0: Collection[KeySchemaElement]): TableDescription

    Definition Classes
    TableDescription
  58. def withKeySchema(arg0: <repeated...>[KeySchemaElement]): TableDescription

    Definition Classes
    TableDescription
  59. def withLocalSecondaryIndexes(arg0: Collection[LocalSecondaryIndexDescription]): TableDescription

    Definition Classes
    TableDescription
  60. def withLocalSecondaryIndexes(arg0: <repeated...>[LocalSecondaryIndexDescription]): TableDescription

    Definition Classes
    TableDescription
  61. def withProvisionedThroughput(arg0: ProvisionedThroughputDescription): TableDescription

    Definition Classes
    TableDescription
  62. def withTableName(arg0: String): TableDescription

    Definition Classes
    TableDescription
  63. def withTableSizeBytes(arg0: Long): TableDescription

    Definition Classes
    TableDescription
  64. def withTableStatus(arg0: com.amazonaws.services.dynamodbv2.model.TableStatus): TableDescription

    Definition Classes
    TableDescription
  65. def withTableStatus(arg0: String): TableDescription

    Definition Classes
    TableDescription

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TableDescription

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped