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

Linear Supertypes
Serializable, Product, Equals, TableDescription, StructuredPojo, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableMeta
  2. Serializable
  3. Product
  4. Equals
  5. TableDescription
  6. StructuredPojo
  7. Cloneable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableMeta(name: String, sizeBytes: Long, itemCount: Long, status: TableStatus, attributes: Seq[AttributeDefinition], keySchema: Seq[KeySchema], globalSecondaryIndexes: Seq[GlobalSecondaryIndexDescription], localSecondaryIndexes: Seq[LocalSecondaryIndexMeta], provisionedThroughput: ProvisionedThroughputMeta, billingModeSummary: Option[BillingModeSummary], 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. val billingModeSummary: Option[BillingModeSummary]
  7. def clone(): TableDescription
    Definition Classes
    TableDescription → AnyRef
  8. val createdAt: DateTime
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    TableDescription → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAttributeDefinitions(): List[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]
    Definition Classes
    TableDescription
  13. def getBillingModeSummary(): com.amazonaws.services.dynamodbv2.model.BillingModeSummary
    Definition Classes
    TableDescription
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getCreationDateTime(): Date
    Definition Classes
    TableDescription
  16. def getGlobalSecondaryIndexes(): List[GlobalSecondaryIndexDescription]
    Definition Classes
    TableDescription
  17. def getItemCount(): Long
    Definition Classes
    TableDescription
  18. def getKeySchema(): List[KeySchemaElement]
    Definition Classes
    TableDescription
  19. def getLatestStreamArn(): String
    Definition Classes
    TableDescription
  20. def getLatestStreamLabel(): String
    Definition Classes
    TableDescription
  21. def getLocalSecondaryIndexes(): List[LocalSecondaryIndexDescription]
    Definition Classes
    TableDescription
  22. def getProvisionedThroughput(): ProvisionedThroughputDescription
    Definition Classes
    TableDescription
  23. def getRestoreSummary(): RestoreSummary
    Definition Classes
    TableDescription
  24. def getSSEDescription(): SSEDescription
    Definition Classes
    TableDescription
  25. def getStreamSpecification(): StreamSpecification
    Definition Classes
    TableDescription
  26. def getTableArn(): String
    Definition Classes
    TableDescription
  27. def getTableId(): String
    Definition Classes
    TableDescription
  28. def getTableName(): String
    Definition Classes
    TableDescription
  29. def getTableSizeBytes(): Long
    Definition Classes
    TableDescription
  30. def getTableStatus(): String
    Definition Classes
    TableDescription
  31. val globalSecondaryIndexes: Seq[GlobalSecondaryIndexDescription]
  32. def hashCode(): Int
    Definition Classes
    TableDescription → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val itemCount: Long
  35. val keySchema: Seq[KeySchema]
  36. val localSecondaryIndexes: Seq[LocalSecondaryIndexMeta]
  37. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    TableDescription → StructuredPojo
  38. val name: String
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. val provisionedThroughput: ProvisionedThroughputMeta
  43. def setAttributeDefinitions(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): Unit
    Definition Classes
    TableDescription
  44. def setBillingModeSummary(arg0: com.amazonaws.services.dynamodbv2.model.BillingModeSummary): Unit
    Definition Classes
    TableDescription
  45. def setCreationDateTime(arg0: Date): Unit
    Definition Classes
    TableDescription
  46. def setGlobalSecondaryIndexes(arg0: Collection[GlobalSecondaryIndexDescription]): Unit
    Definition Classes
    TableDescription
  47. def setItemCount(arg0: Long): Unit
    Definition Classes
    TableDescription
  48. def setKeySchema(arg0: Collection[KeySchemaElement]): Unit
    Definition Classes
    TableDescription
  49. def setLatestStreamArn(arg0: String): Unit
    Definition Classes
    TableDescription
  50. def setLatestStreamLabel(arg0: String): Unit
    Definition Classes
    TableDescription
  51. def setLocalSecondaryIndexes(arg0: Collection[LocalSecondaryIndexDescription]): Unit
    Definition Classes
    TableDescription
  52. def setProvisionedThroughput(arg0: ProvisionedThroughputDescription): Unit
    Definition Classes
    TableDescription
  53. def setRestoreSummary(arg0: RestoreSummary): Unit
    Definition Classes
    TableDescription
  54. def setSSEDescription(arg0: SSEDescription): Unit
    Definition Classes
    TableDescription
  55. def setStreamSpecification(arg0: StreamSpecification): Unit
    Definition Classes
    TableDescription
  56. def setTableArn(arg0: String): Unit
    Definition Classes
    TableDescription
  57. def setTableId(arg0: String): Unit
    Definition Classes
    TableDescription
  58. def setTableName(arg0: String): Unit
    Definition Classes
    TableDescription
  59. def setTableSizeBytes(arg0: Long): Unit
    Definition Classes
    TableDescription
  60. def setTableStatus(arg0: com.amazonaws.services.dynamodbv2.model.TableStatus): Unit
    Definition Classes
    TableDescription
  61. def setTableStatus(arg0: String): Unit
    Definition Classes
    TableDescription
  62. val sizeBytes: Long
  63. val status: TableStatus
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def table: Table
  66. def toString(): String
    Definition Classes
    TableDescription → AnyRef → Any
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  70. def withAttributeDefinitions(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): TableDescription
    Definition Classes
    TableDescription
  71. def withAttributeDefinitions(arg0: <repeated...>[com.amazonaws.services.dynamodbv2.model.AttributeDefinition]): TableDescription
    Definition Classes
    TableDescription
    Annotations
    @transient()
  72. def withBillingModeSummary(arg0: com.amazonaws.services.dynamodbv2.model.BillingModeSummary): TableDescription
    Definition Classes
    TableDescription
  73. def withCreationDateTime(arg0: Date): TableDescription
    Definition Classes
    TableDescription
  74. def withGlobalSecondaryIndexes(arg0: Collection[GlobalSecondaryIndexDescription]): TableDescription
    Definition Classes
    TableDescription
  75. def withGlobalSecondaryIndexes(arg0: <repeated...>[GlobalSecondaryIndexDescription]): TableDescription
    Definition Classes
    TableDescription
    Annotations
    @transient()
  76. def withItemCount(arg0: Long): TableDescription
    Definition Classes
    TableDescription
  77. def withKeySchema(arg0: Collection[KeySchemaElement]): TableDescription
    Definition Classes
    TableDescription
  78. def withKeySchema(arg0: <repeated...>[KeySchemaElement]): TableDescription
    Definition Classes
    TableDescription
    Annotations
    @transient()
  79. def withLatestStreamArn(arg0: String): TableDescription
    Definition Classes
    TableDescription
  80. def withLatestStreamLabel(arg0: String): TableDescription
    Definition Classes
    TableDescription
  81. def withLocalSecondaryIndexes(arg0: Collection[LocalSecondaryIndexDescription]): TableDescription
    Definition Classes
    TableDescription
  82. def withLocalSecondaryIndexes(arg0: <repeated...>[LocalSecondaryIndexDescription]): TableDescription
    Definition Classes
    TableDescription
    Annotations
    @transient()
  83. def withProvisionedThroughput(arg0: ProvisionedThroughputDescription): TableDescription
    Definition Classes
    TableDescription
  84. def withRestoreSummary(arg0: RestoreSummary): TableDescription
    Definition Classes
    TableDescription
  85. def withSSEDescription(arg0: SSEDescription): TableDescription
    Definition Classes
    TableDescription
  86. def withStreamSpecification(arg0: StreamSpecification): TableDescription
    Definition Classes
    TableDescription
  87. def withTableArn(arg0: String): TableDescription
    Definition Classes
    TableDescription
  88. def withTableId(arg0: String): TableDescription
    Definition Classes
    TableDescription
  89. def withTableName(arg0: String): TableDescription
    Definition Classes
    TableDescription
  90. def withTableSizeBytes(arg0: Long): TableDescription
    Definition Classes
    TableDescription
  91. def withTableStatus(arg0: com.amazonaws.services.dynamodbv2.model.TableStatus): TableDescription
    Definition Classes
    TableDescription
  92. def withTableStatus(arg0: String): TableDescription
    Definition Classes
    TableDescription

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TableDescription

Inherited from StructuredPojo

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped