awscala.dynamodbv2

DynamoDB

trait DynamoDB extends AmazonDynamoDB

Amazon DynamoDB Java client wrapper

See also

"http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/"

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

Abstract Value Members

  1. abstract def batchGetItem(arg0: Map[String, KeysAndAttributes]): BatchGetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  2. abstract def batchGetItem(arg0: Map[String, KeysAndAttributes], arg1: String): BatchGetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  3. abstract def batchGetItem(arg0: BatchGetItemRequest): BatchGetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  4. abstract def batchWriteItem(arg0: Map[String, List[WriteRequest]]): BatchWriteItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  5. abstract def batchWriteItem(arg0: BatchWriteItemRequest): BatchWriteItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  6. abstract def createTable(arg0: List[com.amazonaws.services.dynamodbv2.model.AttributeDefinition], arg1: String, arg2: List[KeySchemaElement], arg3: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): CreateTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  7. abstract def createTable(arg0: CreateTableRequest): CreateTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  8. abstract def deleteItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: String): DeleteItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  9. abstract def deleteItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): DeleteItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  10. abstract def deleteItem(arg0: DeleteItemRequest): DeleteItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  11. abstract def deleteTable(arg0: String): DeleteTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  12. abstract def deleteTable(arg0: DeleteTableRequest): DeleteTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  13. abstract def describeTable(arg0: String): DescribeTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  14. abstract def describeTable(arg0: DescribeTableRequest): DescribeTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  15. abstract def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Definition Classes
    AmazonDynamoDB
  16. abstract def getItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Boolean): GetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  17. abstract def getItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): GetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  18. abstract def getItem(arg0: GetItemRequest): GetItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  19. abstract def listTables(arg0: Integer): ListTablesResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  20. abstract def listTables(arg0: String, arg1: Integer): ListTablesResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  21. abstract def listTables(arg0: String): ListTablesResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  22. abstract def listTables(): ListTablesResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  23. abstract def listTables(arg0: ListTablesRequest): ListTablesResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  24. abstract def putItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: String): PutItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  25. abstract def putItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): PutItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  26. abstract def putItem(arg0: PutItemRequest): PutItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  27. abstract def query(arg0: QueryRequest): QueryResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  28. abstract def scan(arg0: String, arg1: List[String], arg2: Map[String, com.amazonaws.services.dynamodbv2.model.Condition]): ScanResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  29. abstract def scan(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.Condition]): ScanResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  30. abstract def scan(arg0: String, arg1: List[String]): ScanResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  31. abstract def scan(arg0: ScanRequest): ScanResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  32. abstract def setEndpoint(arg0: String): Unit

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... )
  33. abstract def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... )
  34. abstract def shutdown(): Unit

    Definition Classes
    AmazonDynamoDB
  35. abstract def updateItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Map[String, AttributeValueUpdate], arg3: String): UpdateItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  36. abstract def updateItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Map[String, AttributeValueUpdate]): UpdateItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  37. abstract def updateItem(arg0: UpdateItemRequest): UpdateItemResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  38. abstract def updateTable(arg0: String, arg1: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): UpdateTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )
  39. abstract def updateTable(arg0: UpdateTableRequest): UpdateTableResult

    Definition Classes
    AmazonDynamoDB
    Annotations
    @throws( ... ) @throws( ... )

Concrete 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. def addAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

  5. def addAttributes(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def at(region: Region): DynamoDB

  8. def batchGet(tableAndAttributes: Map[Table, List[(String, Any)]]): Seq[Item]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def consistentRead(consistentRead: Boolean): DynamoDB

  11. def create(table: Table): TableMeta

  12. def createTable(table: Table): TableMeta

  13. def createTable(name: String, hashPK: (String, ScalarAttributeType), rangePK: (String, ScalarAttributeType), otherAttributes: Seq[(String, ScalarAttributeType)], indexes: Seq[LocalSecondaryIndex]): TableMeta

  14. def createTable(name: String, hashPK: (String, ScalarAttributeType)): TableMeta

  15. def delete(table: Table): Unit

  16. def deleteAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

  17. def deleteAttributes(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

  18. def deleteItem(table: Table, hashPK: Any, rangePK: Any): Unit

  19. def deleteItem(table: Table, hashPK: Any): Unit

  20. def deleteTable(table: Table): Unit

  21. def describe(tableName: String): Option[TableMeta]

  22. def describe(table: Table): Option[TableMeta]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def get(table: Table, hashPK: Any, rangePK: Any): Option[Item]

  27. def get(table: Table, hashPK: Any): Option[Item]

  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def getItem(table: Table, hashPK: Any, rangePK: Any): Option[Item]

  30. def getItem(table: Table, hashPK: Any): Option[Item]

  31. def hashCode(): Int

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

    Definition Classes
    Any
  33. def lastEvaluatedTableName: Option[String]

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

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

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

    Definition Classes
    AnyRef
  37. def put(table: Table, attributes: (String, Any)*): Unit

  38. def put(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

  39. def put(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

  40. def putAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

  41. def putAttributes(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

  42. def putItem(tableName: String, attributes: (String, Any)*): Unit

  43. def putItem(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

  44. def putItem(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

  45. def query(table: Table, keyConditions: Seq[(String, com.amazonaws.services.dynamodbv2.model.Condition)], select: Select = aws.model.Select.ALL_ATTRIBUTES, attributesToGet: Seq[String] = Nil, consistentRead: Boolean = false): Seq[Item]

  46. def queryWithIndex(table: Table, index: LocalSecondaryIndex, 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): Seq[Item]

  47. def scan(table: Table, filter: Seq[(String, com.amazonaws.services.dynamodbv2.model.Condition)], limit: Int = 1000, segment: Int = 0, totalSegments: Int = 1, select: Select = aws.model.Select.ALL_ATTRIBUTES, attributesToGet: Seq[String] = Nil): Seq[Item]

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

    Definition Classes
    AnyRef
  49. def table(name: String): Option[Table]

  50. def tableNames: Seq[String]

  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. def updateTableProvisionedThroughput(table: Table, provisionedThroughput: ProvisionedThroughput): TableMeta

  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmazonDynamoDB

Inherited from AnyRef

Inherited from Any

Ungrouped