awscala.dynamodbv2

AttributeValue

case class AttributeValue(s: Option[String] = None, n: Option[String] = None, b: Option[ByteBuffer] = None, ss: Seq[String] = Nil, ns: Seq[String] = Nil, bs: Seq[ByteBuffer] = Nil) extends com.amazonaws.services.dynamodbv2.model.AttributeValue with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, com.amazonaws.services.dynamodbv2.model.AttributeValue, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeValue
  2. Serializable
  3. Product
  4. Equals
  5. AttributeValue
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributeValue(s: Option[String] = None, n: Option[String] = None, b: Option[ByteBuffer] = None, ss: Seq[String] = Nil, ns: Seq[String] = Nil, bs: Seq[ByteBuffer] = Nil)

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. val b: Option[ByteBuffer]

  6. val bs: Seq[ByteBuffer]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AttributeValue → AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getB(): java.nio.ByteBuffer

    Definition Classes
    AttributeValue
  12. def getBS(): List[java.nio.ByteBuffer]

    Definition Classes
    AttributeValue
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getN(): String

    Definition Classes
    AttributeValue
  15. def getNS(): List[String]

    Definition Classes
    AttributeValue
  16. def getS(): String

    Definition Classes
    AttributeValue
  17. def getSS(): List[String]

    Definition Classes
    AttributeValue
  18. def hashCode(): Int

    Definition Classes
    AttributeValue → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val n: Option[String]

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val ns: Seq[String]

  25. val s: Option[String]

  26. def setB(arg0: java.nio.ByteBuffer): Unit

    Definition Classes
    AttributeValue
  27. def setBS(arg0: Collection[java.nio.ByteBuffer]): Unit

    Definition Classes
    AttributeValue
  28. def setN(arg0: String): Unit

    Definition Classes
    AttributeValue
  29. def setNS(arg0: Collection[String]): Unit

    Definition Classes
    AttributeValue
  30. def setS(arg0: String): Unit

    Definition Classes
    AttributeValue
  31. def setSS(arg0: Collection[String]): Unit

    Definition Classes
    AttributeValue
  32. val ss: Seq[String]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AttributeValue → AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withB(arg0: java.nio.ByteBuffer): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  39. def withBS(arg0: Collection[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  40. def withBS(arg0: <repeated...>[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  41. def withN(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  42. def withNS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  43. def withNS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  44. def withS(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  45. def withSS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  46. def withSS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.dynamodbv2.model.AttributeValue

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped