Packages

package dynamodb

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dynamodb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ClientConfig extends AnyRef
  2. class DynamoDBClientConfig extends ClientConfig
  3. trait DynamoDBConfig extends AnyRef
  4. type Item = Map[String, AttributeValue]
  5. type ItemUpdates = Map[String, AttributeValueUpdate]

Value Members

  1. def B(value: Array[Byte]): AttributeValue
  2. def N(value: String): AttributeValue
  3. def N(value: Long): AttributeValue
  4. val Naught: AttributeValue
  5. def S(value: String): AttributeValue
  6. def dynamoClient(system: ActorSystem, settings: DynamoDBConfig): DynamoDBHelper
  7. def lift[T](f: Future[T]): Future[Try[T]]
  8. def liftUnit(f: Future[Any]): Future[Try[Unit]]
  9. def trySequence[A, M[X] <: TraversableOnce[X]](in: M[Future[A]])(implicit cbf: CanBuildFrom[M[Future[A]], Try[A], M[Try[A]]], executor: ExecutionContext): Future[M[Try[A]]]

Inherited from AnyRef

Inherited from Any

Ungrouped