Packages

object DynamoQuery extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoQuery
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class DecodeBatchedItems[DR <: DynamoRequest, Dec, A] extends AnyRef
  2. implicit final class DecodeItem[DR <: DynamoRequest with WithProjectionExpression[DR] with WithTableReference[DR], Dec] extends AnyRef
  3. implicit final class DecodeItemAttributes[DR <: DynamoRequest, Dec] extends AnyRef
  4. implicit final class DecodeItems[DR <: DynamoRequest with WithProjectionExpression[DR] with WithTableReference[DR], Dec] extends AnyRef
  5. implicit final class Exec[DR <: DynamoRequest, Dec] extends AnyVal
  6. implicit final class ExecOffset[DR <: DynamoRequest with WithSelect[DR] with WithLimit[DR] with WithProjectionExpression[DR], A] extends AnyVal
  7. implicit final class ExecPaged[DR <: DynamoRequest, Dec] extends AnyVal
  8. implicit final class ExecPagedFlatten[DR <: DynamoRequest, A] extends AnyVal
  9. implicit final class ExecStreamFlatten[DR <: DynamoRequest, A] extends AnyVal
  10. implicit final class QueryCount[DR <: DynamoRequest, Dec] extends AnyVal
  11. implicit final class QueryCountOnly[DR <: DynamoRequest with WithSelect[DR] with WithProjectionExpression[DR], Dec] extends AnyVal
  12. implicit final class RetryWithPrefix[DR <: DynamoRequest with WithTableReference[DR], Dec] extends AnyVal
  13. implicit final class TweakAttributeNames[DR <: DynamoRequest with WithAttributeNames[DR], Dec] extends WithAttributeNames[DynamoQuery[DR, Dec]]
  14. implicit final class TweakAttributeValues[DR <: DynamoRequest with WithAttributeValues[DR], Dec] extends WithAttributeValues[DynamoQuery[DR, Dec]]
  15. implicit final class TweakBatchItems[DR <: DynamoRequest with WithBatch[DR, BatchType], BatchType[_], Dec] extends WithBatch[DynamoQuery[DR, Dec], BatchType]
  16. implicit final class TweakCondition[DR <: DynamoRequest with WithCondition[DR], Dec] extends WithCondition[DynamoQuery[DR, Dec]]
  17. implicit final class TweakExists[DR <: DynamoRequest with WithCondition[DR] with WithTableReference[DR], Dec] extends AnyVal
    Annotations
    @SuppressWarnings()
  18. implicit final class TweakFilterExpression[DR <: DynamoRequest with WithFilterExpression[DR], Dec] extends WithFilterExpression[DynamoQuery[DR, Dec]]
  19. implicit final class TweakIndex[DR <: DynamoRequest with WithIndex[DR], Dec] extends WithIndex[DynamoQuery[DR, Dec]]
  20. implicit final class TweakItem[DR <: DynamoRequest with WithItem[DR], Dec] extends WithItem[DynamoQuery[DR, Dec]]
  21. implicit final class TweakKey[DR <: DynamoRequest with WithKey[DR], Dec] extends WithKey[DynamoQuery[DR, Dec]]
  22. implicit final class TweakLimit[DR <: DynamoRequest with WithLimit[DR], Dec] extends WithLimit[DynamoQuery[DR, Dec]]
  23. implicit final class TweakProjectionExpression[DR <: DynamoRequest with WithProjectionExpression[DR], Dec] extends WithProjectionExpression[DynamoQuery[DR, Dec]]
  24. implicit final class TweakReturnValue[DR <: DynamoRequest with WithReturnValue[DR], Dec] extends WithReturnValue[DynamoQuery[DR, Dec]]
  25. implicit final class TweakScanIndexForward[DR <: DynamoRequest with WithScanIndexForward[DR], Dec] extends WithScanIndexForward[DynamoQuery[DR, Dec]]
  26. implicit final class TweakStartKey[DR <: DynamoRequest with WithStartKey[DR], Dec] extends WithStartKey[DynamoQuery[DR, Dec]]
  27. implicit final class TweakTableReference[DR <: DynamoRequest with WithTableReference[DR], Dec] extends WithTableReference[DynamoQuery[DR, Dec]]
  28. implicit final class TweakUpdateExpression[DR <: DynamoRequest with WithUpdateExpression[DR], Dec] extends WithUpdateExpression[DynamoQuery[DR, Dec]]
  29. implicit final class TweakWithConsistent[DR <: DynamoRequest with WithConsistent[DR], Dec] extends WithConsistent[DynamoQuery[DR, Dec]]
  30. implicit final class TweakWithParallelism[DR <: DynamoRequest with WithParallelism[DR], Dec] extends WithParallelism[DynamoQuery[DR, Dec]]
  31. implicit final class TweakWithTtl[DR <: DynamoRequest with WithAttributeValues[DR] with WithTableReference[DR] with WithFilterExpression[DR], Dec] extends AnyVal
  32. implicit final class TweakWithTtlField[DR <: DynamoRequest with WithItem[DR] with WithTableReference[DR], Dec] extends AnyVal
  33. implicit final class UpdateOps[Dec] extends AnyVal

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. def apply[DR <: DynamoRequest](request: DR): DynamoQuery[DR, DynamoQuery.apply.DR.Rsp]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. implicit final def toDynamoExecution[DR <: DynamoRequest, Dec](dynamoQuery: DynamoQuery[DR, Dec]): DynamoExecution[DR, Dec, Dec]
    Annotations
    @inline()
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped