io.atlassian.aws

dynamodb

package dynamodb

Linear Supertypes
QueryTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamodb
  2. QueryTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Column[A] extends AnyRef

  2. trait ColumnComposites extends AnyRef

  3. sealed trait Comparison extends AnyRef

    Definition Classes
    QueryTypes
  4. case class Decoder[A] extends Product with Serializable

    Represents a function that tries to convert an AttributeValue into a Scala value (typically that represents a field in an object).

  5. type DynamoDBAction[A] = Kleisli[Attempt, AmazonDynamoDBClient, A]

  6. type DynamoMap = Map[String, AttributeValue]

  7. case class Encoder[A](run: (A) ⇒ Option[AttributeValue]) extends Product with Serializable

  8. type Field[A] = (String, Value)

  9. type KeyValue = Map[String, Value]

  10. final class NamedColumn[A] extends Column[A]

    A specific field/column in a table.

  11. case class Page[KR, V](result: List[V], next: Option[KR]) extends Product with Serializable

    Definition Classes
    QueryTypes
  12. trait Queries extends AnyRef

    Queries is defined in terms of Hash and Range types.

  13. trait QueryTypes extends AnyRef

  14. sealed trait ScanDirection extends AnyRef

    Definition Classes
    QueryTypes
  15. trait Table extends Queries

    A key-value table.

  16. case class TableDefinition[K, V, H, R] extends Product with Serializable

  17. type Unmarshaller[A] = Kleisli[Attempt, DynamoMap, A]

  18. type Value = Option[AttributeValue]

Value Members

  1. object Column extends ColumnComposites

  2. object Comparison

    Definition Classes
    QueryTypes
  3. object Decoder extends Serializable

    Contains implicit decoders for different types and useful functions for creating your own Decoders.

  4. object DynamoDB

    Contains functions that perform operations on a DynamoDB table.

  5. object DynamoDBAction extends Functions[AmazonDynamoDBClient] with Serializable

  6. object Encoder extends Serializable

  7. object Key

  8. object ScanDirection

    Definition Classes
    QueryTypes
  9. object TableDefinition extends Serializable

  10. object Write

Inherited from QueryTypes

Inherited from AnyRef

Inherited from Any

Ungrouped