org.sisioh.aws4s.dynamodb.model

RichScanRequest

final class RichScanRequest extends AnyVal with PimpedType[ScanRequest]

Linear Supertypes
PimpedType[ScanRequest], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichScanRequest
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichScanRequest(underlying: ScanRequest)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def attributesToGet: Seq[String]

  6. def attributesToGet_=(value: Iterable[String]): Unit

  7. def conditionalOperatorOpt: Option[String]

  8. def conditionalOperatorOpt_=(value: Option[String]): Unit

  9. def exclusiveStartKeyOpt: Option[Map[String, AttributeValue]]

  10. def exclusiveStartKeyOpt_=(value: Option[Map[String, AttributeValue]]): Unit

  11. def expressionAttributeNamesOpt: Option[Map[String, String]]

  12. def expressionAttributeNamesOpt_=(value: Option[Map[String, String]]): Unit

  13. def expressionAttributeValuesOpt: Option[Map[String, AttributeValue]]

  14. def expressionAttributeValuesOpt_=(value: Option[Map[String, AttributeValue]]): Unit

  15. def filterExpressionOpt: Option[String]

  16. def filterExpressionOpt_=(value: Option[String]): Unit

  17. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def limitOpt: Option[Int]

  20. def limitOpt_=(value: Option[Int]): Unit

  21. def projectionExpressionOpt: Option[String]

  22. def projectionExpressionOpt_=(value: Option[String]): Unit

  23. def returnConsumedCapacityOpt: Option[String]

  24. def returnConsumedCapacityOpt_=(value: Option[String]): Unit

  25. def scanFilterOpt: Option[Map[String, Condition]]

  26. def scanFilterOpt_=(value: Option[Map[String, Condition]]): Unit

  27. def segmentOpt: Option[Int]

  28. def segmentOpt_=(value: Option[Int]): Unit

  29. def selectOpt: Option[String]

  30. def selectOpt_=(value: Option[String]): Unit

  31. def setExclusiveStartKey(hashKey: (String, AttributeValue), rangeKey: (String, AttributeValue)): Unit

  32. def tableNameOpt: Option[String]

  33. def tableNameOpt_=(value: Option[String]): Unit

  34. def toString(): String

    Definition Classes
    Any
  35. def totalSegmentsOpt: Option[Int]

  36. def totalSegmentsOpt_=(value: Option[Int]): Unit

  37. val underlying: ScanRequest

    Definition Classes
    RichScanRequest → PimpedType
  38. def withAttributesToGet(value: Iterable[String]): ScanRequest

  39. def withConditionalOperatorOpt(value: Option[String]): ScanRequest

  40. def withExclusiveStartKey(hashKey: (String, AttributeValue), rangeKey: (String, AttributeValue)): ScanRequest

  41. def withExclusiveStartKeyOpt(value: Option[Map[String, AttributeValue]]): ScanRequest

  42. def withExpressionAttributeNamesOpt(value: Option[Map[String, String]]): ScanRequest

  43. def withExpressionAttributeValuesOpt(value: Option[Map[String, AttributeValue]]): ScanRequest

  44. def withFilterExpressionOpt(value: Option[String]): ScanRequest

  45. def withLimitOpt(value: Option[Int]): ScanRequest

  46. def withProjectionExpressionOpt(value: Option[String]): ScanRequest

  47. def withReturnConsumedCapacityOpt(value: Option[String]): ScanRequest

  48. def withScanFilterOpt(value: Option[Map[String, Condition]]): ScanRequest

  49. def withSegmentOpt(value: Option[Int]): ScanRequest

  50. def withSelectOpt(value: Option[String]): ScanRequest

  51. def withTableNameOpt(value: Option[String]): ScanRequest

  52. def withTotalSegmentsOpt(value: Option[Int]): ScanRequest

Inherited from PimpedType[ScanRequest]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped