Packages

object DynamoRequest

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

Type Members

  1. type Aux[Rq0, Rsp0] = DynamoRequest { ... /* 2 definitions in type refinement */ }
  2. final case class BatchWriteEntity[T](item: T, ttl: Option[Long] = None) extends Product with Serializable
  3. type HasAttributeNames[A] = (A) ⇒ WithAttributeNames[A]
  4. type HasAttributeValues[A] = (A) ⇒ WithAttributeValues[A]
  5. type HasBatch[A, BatchType[_]] = (A) ⇒ WithBatch[A, BatchType]
  6. type HasCondition[A] = (A) ⇒ WithCondition[A]
  7. type HasConsistent[A] = (A) ⇒ WithConsistent[A]
  8. type HasFilterExpression[A] = (A) ⇒ WithFilterExpression[A]
  9. type HasIndex[A] = (A) ⇒ WithIndex[A]
  10. type HasItem[A] = (A) ⇒ WithItem[A]
  11. type HasKey[A] = (A) ⇒ WithKey[A]
  12. type HasLimit[A] = (A) ⇒ WithLimit[A]
  13. type HasProjectionExpression[A] = (A) ⇒ WithProjectionExpression[A]
  14. type HasReturnValue[A] = (A) ⇒ WithReturnValue[A]
  15. type HasScanIndexForward[A] = (A) ⇒ WithScanIndexForward[A]
  16. type HasSelect[A] = (A) ⇒ WithSelect[A]
  17. type HasStartKey[A] = (A) ⇒ WithStartKey[A]
  18. type HasTableReference[A] = (A) ⇒ WithTableReference[A]
  19. type HasUpdateExpression[A] = (A) ⇒ WithUpdateExpression[A]
  20. trait PageableRequest[DR <: DynamoRequest] extends AnyRef
  21. implicit final class ToQuery[DR <: DynamoRequest] extends AnyVal
  22. trait WithAttributeNames[A] extends AnyRef
  23. trait WithAttributeValues[A] extends AnyRef
  24. trait WithBatch[A, BatchType[_]] extends AnyRef
  25. trait WithCondition[A] extends AnyRef
  26. trait WithConsistent[A] extends AnyRef
  27. trait WithFilterExpression[A] extends AnyRef
  28. trait WithIndex[A] extends AnyRef
  29. trait WithItem[A] extends AnyRef
  30. trait WithKey[A] extends AnyRef
  31. trait WithLimit[A] extends AnyRef
  32. trait WithProjectionExpression[A] extends AnyRef
  33. trait WithReturnValue[A] extends AnyRef
  34. trait WithScanIndexForward[A] extends AnyRef
  35. trait WithSelect[A] extends AnyRef
  36. trait WithStartKey[A] extends AnyRef
  37. trait WithTableReference[A] extends AnyRef
  38. trait WithUpdateExpression[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object PageableRequest

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped