awscala

dynamodbv2

package dynamodbv2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamodbv2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Attribute(name: String, value: AttributeValue) extends Product with Serializable

  2. type AttributeAction = com.amazonaws.services.dynamodbv2.model.AttributeAction

  3. case class AttributeDefinition(name: String, scalarType: ScalarAttributeType) extends com.amazonaws.services.dynamodbv2.model.AttributeDefinition with Product with Serializable

  4. case class AttributeValue(s: Option[String] = scala.None, n: Option[String] = scala.None, b: Option[ByteBuffer] = scala.None, ss: Seq[String] = immutable.this.Nil, ns: Seq[String] = immutable.this.Nil, bs: Seq[ByteBuffer] = immutable.this.Nil) extends com.amazonaws.services.dynamodbv2.model.AttributeValue with Product with Serializable

  5. type ComparisonOperator = com.amazonaws.services.dynamodbv2.model.ComparisonOperator

  6. trait DynamoDB extends AmazonDynamoDB

    Amazon DynamoDB Java client wrapper

  7. class DynamoDBClient extends AmazonDynamoDBClient with DynamoDB

    Default Implementation

  8. case class GlobalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection, provisionedThroughput: ProvisionedThroughput) extends com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex with SecondaryIndex with Product with Serializable

  9. case class Item(table: Table, attributes: Seq[Attribute]) extends Product with Serializable

  10. case class KeySchema(attributeName: String, keyType: KeyType) extends KeySchemaElement with Product with Serializable

  11. type KeyType = com.amazonaws.services.dynamodbv2.model.KeyType

  12. case class LocalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection) extends com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex with SecondaryIndex with Product with Serializable

  13. case class LocalSecondaryIndexMeta(name: String, sizeBytes: Long, itemCount: Long, keySchema: Seq[KeySchema], projection: Projection) extends LocalSecondaryIndexDescription with Product with Serializable

  14. case class Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = immutable.this.Nil) extends com.amazonaws.services.dynamodbv2.model.Projection with Product with Serializable

  15. type ProjectionType = com.amazonaws.services.dynamodbv2.model.ProjectionType

  16. case class ProvisionedThroughput(readCapacityUnits: Long, writeCapacityUnits: Long) extends com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput with Product with Serializable

  17. case class ProvisionedThroughputMeta(numberOfDecreasesToday: Long, readCapacityUnits: Long, writeCapacityUnits: Long, lastDecreasedAt: DateTime, lastIncreasedAt: DateTime) extends ProvisionedThroughputDescription with Product with Serializable

  18. type ReturnConsumedCapacity = com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity

  19. trait SecondaryIndex extends AnyRef

  20. type Select = com.amazonaws.services.dynamodbv2.model.Select

  21. case class Table(name: String, hashPK: String, rangePK: Option[String] = scala.None, attributes: Seq[AttributeDefinition] = immutable.this.Nil, localSecondaryIndexes: Seq[LocalSecondaryIndex] = immutable.this.Nil, globalSecondaryIndexes: Seq[GlobalSecondaryIndex] = immutable.this.Nil, provisionedThroughput: Option[ProvisionedThroughput] = scala.None) extends Product with Serializable

  22. 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

  23. type TableStatus = com.amazonaws.services.dynamodbv2.model.TableStatus

Value Members

  1. object AttributeAction

  2. object AttributeDefinition extends Serializable

  3. object AttributeType

  4. object AttributeValue extends Serializable

  5. object DynamoDB

  6. object DynamoDBCondition

  7. object GlobalSecondaryIndex extends Serializable

  8. object Item extends Serializable

  9. object KeySchema extends Serializable

  10. object KeyType

  11. object LocalSecondaryIndex extends Serializable

  12. object LocalSecondaryIndexMeta extends Serializable

  13. object Projection extends Serializable

  14. object ProjectionType

  15. object ProvisionedThroughput extends Serializable

  16. object ProvisionedThroughputMeta extends Serializable

  17. object TableMeta extends Serializable

  18. val cond: DynamoDBCondition.type

Inherited from AnyRef

Inherited from Any

Ungrouped