org.sisioh.aws4s.dynamodb.model

RichQueryRequest

final class RichQueryRequest extends AnyVal with PimpedType[QueryRequest]

Linear Supertypes
PimpedType[QueryRequest], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichQueryRequest
  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 RichQueryRequest(underlying: QueryRequest)

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 attributesToGetOpt: Option[Seq[String]]

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

  7. def conditionalOperatorOpt: Option[String]

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

  9. def consistentReadOpt: Option[Boolean]

  10. def consistentReadOpt_=(value: Option[Boolean]): Unit

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

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

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

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

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

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

  17. def filterExpressionOpt: Option[String]

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

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

    Definition Classes
    AnyVal → Any
  20. def indexNameOpt: Option[String]

  21. def indexNameOpt_=(value: Option[String]): Unit

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def keyConditionsOpt: Option[Map[String, Condition]]

  24. def keyConditionsOpt_=(value: Option[Map[String, Condition]]): Unit

  25. def limitOpt: Option[Int]

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

  27. def projectionExpressionOpt: Option[String]

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

  29. def queryFilterOpt: Option[Map[String, Condition]]

  30. def queryFilterOpt_=(value: Option[Map[String, Condition]]): Unit

  31. def returnConsumedCapacityOpt: Option[String]

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

  33. def scanIndexForwardOpt: Option[Boolean]

  34. def scanIndexForwardOpt_=(value: Option[Boolean]): Unit

  35. def selectOpt: Option[String]

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

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

  38. def tableNameOpt: Option[String]

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

  40. def toString(): String

    Definition Classes
    Any
  41. val underlying: QueryRequest

    Definition Classes
    RichQueryRequest → PimpedType
  42. def withAttributesToGetOpt(value: Option[Iterable[String]]): QueryRequest

  43. def withConditionalOperatorOpt_=(value: Option[String]): QueryRequest

  44. def withConsistentReadOpt_=(value: Option[Boolean]): QueryRequest

  45. def withExclusiveStartKey(hashKey: (String, AttributeValue), rangeKey: (String, AttributeValue)): QueryRequest

  46. def withExclusiveStartKeyOpt(value: Option[Map[String, AttributeValue]]): QueryRequest

  47. def withExpressionAttributeNamesOpt_=(value: Option[Map[String, String]]): QueryRequest

  48. def withExpressionAttributeValuesOpt(value: Option[Map[String, AttributeValue]]): QueryRequest

  49. def withFilterExpressionOpt(value: Option[String]): QueryRequest

  50. def withIndexNameOpt(value: Option[String]): QueryRequest

  51. def withKeyConditionsOpt(value: Option[Map[String, Condition]]): QueryRequest

  52. def withLimitOpt(value: Option[Int]): QueryRequest

  53. def withProjectionExpressionOpt(value: Option[String]): QueryRequest

  54. def withQueryFilterOpt(value: Option[Map[String, Condition]]): QueryRequest

  55. def withReturnConsumedCapacityOpt(value: Option[String]): QueryRequest

  56. def withScanIndexForwardOpt(value: Option[Boolean]): QueryRequest

  57. def withSelectOpt(value: Option[String]): QueryRequest

  58. def withTableNameOpt(value: Option[String]): QueryRequest

Inherited from PimpedType[QueryRequest]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped