Class

awscala.dynamodbv2

DynamoDBClient

Related Doc: package dynamodbv2

Permalink

class DynamoDBClient extends AmazonDynamoDBClient with DynamoDB

Default Implementation

Linear Supertypes
DynamoDB, AmazonDynamoDBClient, AmazonDynamoDB, AmazonWebServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBClient
  2. DynamoDB
  3. AmazonDynamoDBClient
  4. AmazonDynamoDB
  5. AmazonWebServiceClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDBClient(credentialsProvider: CredentialsProvider = CredentialsLoader.load())

    Permalink

    credentialsProvider

    credentialsProvider

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

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

    Permalink
    Definition Classes
    DynamoDB
  6. def addRequestHandler(arg0: RequestHandler2): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    DynamoDB
  9. def attributeValues(attributes: Seq[(String, Any)]): Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]

    Permalink
    Definition Classes
    DynamoDB
  10. def batchGet(tableAndAttributes: Map[Table, List[(String, Any)]]): Seq[Item]

    Permalink
    Definition Classes
    DynamoDB
  11. def batchGetItem(arg0: Map[String, KeysAndAttributes]): BatchGetItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  12. def batchGetItem(arg0: Map[String, KeysAndAttributes], arg1: String): BatchGetItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  13. def batchGetItem(arg0: BatchGetItemRequest): BatchGetItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  14. def batchWriteItem(arg0: Map[String, List[WriteRequest]]): BatchWriteItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  15. def batchWriteItem(arg0: BatchWriteItemRequest): BatchWriteItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  16. final def beforeMarshalling[T <: AmazonWebServiceRequest](arg0: T): T

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  17. final def calculateCRC32FromCompressedData(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws.services.dynamodbv2]
    Definition Classes
    AmazonDynamoDBClient → AmazonWebServiceClient
  18. final def checkMutability(): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def configureRegion(arg0: Regions): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  21. def consistentRead(consistentRead: Boolean): DynamoDB

    Permalink
    Definition Classes
    DynamoDB
  22. def create(table: Table): TableMeta

    Permalink
    Definition Classes
    DynamoDB
  23. final def createExecutionContext(arg0: Request[_]): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  24. def createExecutionContext(arg0: AmazonWebServiceRequest, arg1: SignerProvider): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  25. def createExecutionContext(arg0: AmazonWebServiceRequest): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  26. def createSignerProvider(arg0: Signer): SignerProvider

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  27. def createTable(table: Table): TableMeta

    Permalink
    Definition Classes
    DynamoDB
  28. def createTable(name: String, hashPK: (String, ScalarAttributeType), rangePK: (String, ScalarAttributeType), otherAttributes: Seq[(String, ScalarAttributeType)], indexes: Seq[LocalSecondaryIndex]): TableMeta

    Permalink
    Definition Classes
    DynamoDB
  29. def createTable(name: String, hashPK: (String, ScalarAttributeType)): TableMeta

    Permalink
    Definition Classes
    DynamoDB
  30. def createTable(arg0: List[com.amazonaws.services.dynamodbv2.model.AttributeDefinition], arg1: String, arg2: List[KeySchemaElement], arg3: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): CreateTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  31. def createTable(arg0: CreateTableRequest): CreateTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  32. def delete(table: Table): Unit

    Permalink
    Definition Classes
    DynamoDB
  33. def deleteAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  34. def deleteAttributes(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  35. def deleteItem(table: Table, hashPK: Any, rangePK: Any): Unit

    Permalink
    Definition Classes
    DynamoDB
  36. def deleteItem(table: Table, hashPK: Any): Unit

    Permalink
    Definition Classes
    DynamoDB
  37. def deleteItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: String): DeleteItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  38. def deleteItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): DeleteItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  39. def deleteItem(arg0: DeleteItemRequest): DeleteItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  40. def deleteTable(table: Table): Unit

    Permalink
    Definition Classes
    DynamoDB
  41. def deleteTable(arg0: String): DeleteTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  42. def deleteTable(arg0: DeleteTableRequest): DeleteTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  43. def describe(tableName: String): Option[TableMeta]

    Permalink
    Definition Classes
    DynamoDB
  44. def describe(table: Table): Option[TableMeta]

    Permalink
    Definition Classes
    DynamoDB
  45. def describeLimits(arg0: DescribeLimitsRequest): DescribeLimitsResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  46. def describeTable(arg0: String): DescribeTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  47. def describeTable(arg0: DescribeTableRequest): DescribeTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  48. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_], arg3: Boolean): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  49. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_]): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  50. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    DynamoDB
  54. def get(table: Table, hashPK: Any): Option[Item]

    Permalink
    Definition Classes
    DynamoDB
  55. def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def getEndpointPrefix(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  58. def getItem(table: Table, hashPK: Any, rangePK: Any): Option[Item]

    Permalink
    Definition Classes
    DynamoDB
  59. def getItem(table: Table, hashPK: Any): Option[Item]

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

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  61. def getItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): GetItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  62. def getItem(arg0: GetItemRequest): GetItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  63. def getRequestMetricsCollector(): RequestMetricCollector

    Permalink
    Definition Classes
    AmazonWebServiceClient
  64. def getServiceName(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  65. def getServiceNameIntern(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  66. def getSignerByURI(arg0: URI): Signer

    Permalink
    Definition Classes
    AmazonWebServiceClient
  67. def getSignerProvider(): SignerProvider

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  68. final def getSignerRegionOverride(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  69. def getTimeOffset(): Int

    Permalink
    Definition Classes
    AmazonWebServiceClient
  70. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  72. final def isRequestMetricsEnabled(arg0: AmazonWebServiceRequest): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  73. def lastEvaluatedTableName: Option[String]

    Permalink
    Definition Classes
    DynamoDB
  74. def listTables(arg0: Integer): ListTablesResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  75. def listTables(arg0: String, arg1: Integer): ListTablesResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  76. def listTables(arg0: String): ListTablesResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  77. def listTables(): ListTablesResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  78. def listTables(arg0: ListTablesRequest): ListTablesResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  79. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  80. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    DynamoDB
  83. def put(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  84. def put(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  85. def putAttributes(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  86. def putAttributes(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  87. def putConditional(tableName: String, attributes: (String, Any)*)(cond: Seq[(String, ExpectedAttributeValue)]): Unit

    Permalink
    Definition Classes
    DynamoDB
  88. def putItem(tableName: String, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  89. def putItem(table: Table, hashPK: Any, rangePK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  90. def putItem(table: Table, hashPK: Any, attributes: (String, Any)*): Unit

    Permalink
    Definition Classes
    DynamoDB
  91. def putItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: String): PutItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  92. def putItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): PutItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  93. def putItem(arg0: PutItemRequest): PutItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  94. def query(table: Table, 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, limit: Int = 1000, pageStatsCallback: (PageStats) ⇒ Unit = null): Seq[Item]

    Permalink
    Definition Classes
    DynamoDB
  95. def query(arg0: QueryRequest): QueryResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  96. def queryWithIndex(table: Table, index: SecondaryIndex, 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, limit: Int = 1000, pageStatsCallback: (PageStats) ⇒ Unit = null): Seq[Item]

    Permalink
    Definition Classes
    DynamoDB
  97. def removeRequestHandler(arg0: RequestHandler2): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  98. def removeRequestHandler(arg0: RequestHandler): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  99. def requestMetricCollector(): RequestMetricCollector

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  100. 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, consistentRead: Boolean = false, pageStatsCallback: (PageStats) ⇒ Unit = null): Seq[Item]

    Permalink
    Definition Classes
    DynamoDB
  101. def scan(arg0: String, arg1: List[String], arg2: Map[String, com.amazonaws.services.dynamodbv2.model.Condition]): ScanResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  102. def scan(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.Condition]): ScanResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  103. def scan(arg0: String, arg1: List[String]): ScanResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  104. def scan(arg0: ScanRequest): ScanResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  105. def setEndpoint(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @throws( ... )
  106. def setEndpointPrefix(arg0: String): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  107. def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @throws( ... )
  108. final def setServiceNameIntern(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  109. final def setSignerRegionOverride(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  110. def setTimeOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  111. def shutdown(): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  112. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    Gets the table by name if it exists.

    Gets the table by name if it exists. This is an expensive operation since it queries the table schema each time it is called.

    Definition Classes
    DynamoDB
    See also

    http://docs.aws.amazon.com/cli/latest/reference/dynamodb/describe-table.html

  114. def tableNames: Seq[String]

    Permalink
    Definition Classes
    DynamoDB
  115. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  116. def updateItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Map[String, AttributeValueUpdate], arg3: String): UpdateItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  117. def updateItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Map[String, AttributeValueUpdate]): UpdateItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  118. def updateItem(arg0: UpdateItemRequest): UpdateItemResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  119. def updateTable(arg0: String, arg1: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): UpdateTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  120. def updateTable(arg0: UpdateTableRequest): UpdateTableResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  121. def updateTableProvisionedThroughput(table: Table, provisionedThroughput: ProvisionedThroughput): TableMeta

    Permalink
    Definition Classes
    DynamoDB
  122. def useStrictHostNameVerification(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  123. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  126. def waiters(): AmazonDynamoDBWaiters

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  127. def withEndpoint[T <: AmazonWebServiceClient](arg0: String): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
  128. def withRegion[T <: AmazonWebServiceClient](arg0: Regions): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
  129. def withRegion[T <: AmazonWebServiceClient](arg0: com.amazonaws.regions.Region): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
  130. def withTimeOffset(arg0: Int): AmazonWebServiceClient

    Permalink
    Definition Classes
    AmazonWebServiceClient

Deprecated Value Members

  1. def addRequestHandler(arg0: RequestHandler): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getServiceAbbreviation(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getSigner(): Signer

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def makeImmutable(): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DynamoDB

Inherited from AmazonDynamoDBClient

Inherited from AmazonDynamoDB

Inherited from AmazonWebServiceClient

Inherited from AnyRef

Inherited from Any

Ungrouped