Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class DynamoDBClientConfig(sourceConfig: Config, accessKeyId: Option[String], secretAccessKey: Option[String], endpoint: Option[String], region: Option[String], clientVersion: ClientVersion.Value, clientType: ClientType.Value, v1ClientConfig: DynamoDBClientV1Config, v1DaxClientConfig: DynamoDBClientV1DaxConfig, v2ClientConfig: DynamoDBClientV2Config, v2DaxClientConfig: DynamoDBClientV2DaxConfig, batchGetItemLimit: Int, batchWriteItemLimit: Int) extends Product with Serializable

Value Members

  1. object ClientType extends Enumeration
  2. object ClientVersion extends Enumeration
  3. object CommonConfigKeys
  4. object DynamoDBClientConfig extends LoggingSupport with Serializable
  5. object RetryMode extends Enumeration
  6. object V1CommonConfigKeys
  7. object V2CommonConfigDefaultValues
  8. object V2CommonConfigKeys

Ungrouped