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: BatchGetItemRequest): BatchGetItemResult

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

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

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

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

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

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

    Definition Classes
    AmazonDynamoDB
  8. abstract def getItem(arg0: GetItemRequest): GetItemResult

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

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

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

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

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

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

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

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

    Definition Classes
    AmazonDynamoDB
  17. abstract def updateItem(arg0: UpdateItemRequest): UpdateItemResult

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

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

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

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

  8. final def asInstanceOf[T0]: T0

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

  10. def clone(): AnyRef

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

  12. def create(table: Table): TableMeta

  13. def createTable(table: Table): TableMeta

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

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

  16. def delete(table: Table): Unit

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

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

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

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

  21. def deleteTable(tableName: String): Unit

  22. def deleteTable(table: Table): Unit

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

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

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

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

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

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

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

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

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

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

  33. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

  47. 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]

  48. 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]

  49. 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]

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

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

  52. def tableNames: Seq[String]

  53. def toString(): String

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

  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmazonDynamoDB

Inherited from AnyRef

Inherited from Any

Ungrouped