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
Product, Equals, TableDescription, StructuredPojo, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableMeta
  2. Product
  3. Equals
  4. TableDescription
  5. StructuredPojo
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

Deprecated Value Members

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

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