package client
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
- object ClientType extends Enumeration
- object ClientVersion extends Enumeration
- object CommonConfigKeys
- object DynamoDBClientConfig extends LoggingSupport with Serializable
- object RetryMode extends Enumeration
- object V1CommonConfigKeys
- object V2CommonConfigDefaultValues
- object V2CommonConfigKeys