Class

awscala.dynamodbv2

ConfiguredDynamoDBClient

Related Doc: package dynamodbv2

Permalink

class ConfiguredDynamoDBClient extends AmazonDynamoDBClient with DynamoDB

Configured Implementation

Linear Supertypes
DynamoDB, AmazonDynamoDBClient, AmazonDynamoDB, AmazonWebServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfiguredDynamoDBClient
  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 ConfiguredDynamoDBClient(clientConfiguration: ClientConfiguration, credentialsProvider: CredentialsProvider = CredentialsLoader.load())

    Permalink

    clientConfiguration

    clientConfiguration

    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. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DynamoDB
  26. 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
  27. def createTable(arg0: CreateTableRequest): CreateTableResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def findRequestMetricCollector(arg0: Request[_]): RequestMetricCollector

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  50. def get(table: Table, hashPK: Any, rangePK: Any): Option[Item]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  62. def getSigner(): Signer

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

    Permalink
    Definition Classes
    AmazonWebServiceClient
  64. final def getSignerRegionOverride(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  90. 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
  91. def query(arg0: QueryRequest): QueryResult

    Permalink
    Definition Classes
    AmazonDynamoDBClient → AmazonDynamoDB
  92. 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
  93. def removeRequestHandler(arg0: RequestHandler2): Unit

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

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

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  96. 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
  97. def scan(arg0: String, arg1: List[String], arg2: Map[String, com.amazonaws.services.dynamodbv2.model.Condition]): ScanResult

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  109. 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

  110. def tableNames: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef → Any
  112. 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
  113. def updateItem(arg0: String, arg1: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue], arg2: Map[String, AttributeValueUpdate]): UpdateItemResult

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

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

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

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

    Permalink
    Definition Classes
    DynamoDB
  118. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. def withEndpoint[T <: AmazonWebServiceClient](arg0: String): T

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

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

    Permalink
    Definition Classes
    AmazonWebServiceClient
  124. 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 configSigner(arg0: String, arg1: String): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  3. def configSigner(arg0: URI): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  4. final def createExecutionContext(): ExecutionContext

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

    (Since version ) see corresponding Javadoc for more information.

  5. def getServiceAbbreviation(): String

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

    (Since version ) see corresponding Javadoc for more information.

  6. def setEndpoint(arg0: String, arg1: String, arg2: String): 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