Package

io.atlassian.aws

dynamodb

Permalink

package dynamodb

Linear Supertypes
DynamoStringType, QueryTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamodb
  2. DynamoStringType
  3. QueryTypes
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Comparison extends AnyRef

    Permalink
    Definition Classes
    QueryTypes
  2. type DynamoDBAction[A] = Kleisli[[γ]EitherT[[β]WriterT[Future, MetaData, β], Invalid, γ], AmazonDynamoDB, A]

    Permalink
  3. type DynamoMap = Map[String, AttributeValue]

    Permalink
  4. type DynamoString = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    DynamoStringType
  5. type Field[A] = (String, Value)

    Permalink
  6. type KeyValue = Map[String, Value]

    Permalink
  7. case class Page[KR, V] extends Product with Serializable

    Permalink
    Definition Classes
    QueryTypes
  8. sealed trait ScanDirection extends AnyRef

    Permalink
    Definition Classes
    QueryTypes
  9. type Unmarshaller[A] = Kleisli[Attempt, DynamoMap, A]

    Permalink
  10. type Value = Option[AttributeValue]

    Permalink

Value Members

  1. object Comparison

    Permalink
    Definition Classes
    QueryTypes
  2. object ScanDirection

    Permalink
    Definition Classes
    QueryTypes

Inherited from DynamoStringType

Inherited from QueryTypes

Inherited from AnyRef

Inherited from Any

Ungrouped