Packages

case class Item(domain: Domain, name: String, alternateNameEncoding: Option[String] = None, attributes: Seq[Attribute] = Nil) extends com.amazonaws.services.simpledb.model.Item with Product with Serializable

Linear Supertypes
Product, Equals, com.amazonaws.services.simpledb.model.Item, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Item
  2. Product
  3. Equals
  4. Item
  5. Cloneable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Item(domain: Domain, name: String, alternateNameEncoding: Option[String] = None, attributes: Seq[Attribute] = 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. val alternateNameEncoding: Option[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attributes: Seq[Attribute]
  7. def clone(): com.amazonaws.services.simpledb.model.Item
    Definition Classes
    Item → AnyRef
  8. def delete(attributes: Seq[Attribute])(implicit simpleDB: SimpleDB): Unit
  9. def deleteAttributes(attributes: Seq[Attribute])(implicit simpleDB: SimpleDB): Unit
  10. def destroy()(implicit simpleDB: SimpleDB): Unit
  11. val domain: Domain
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    Item → AnyRef → Any
  14. def getAlternateNameEncoding(): String
    Definition Classes
    Item
  15. def getAttributes(): List[com.amazonaws.services.simpledb.model.Attribute]
    Definition Classes
    Item
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getName(): String
    Definition Classes
    Item
  18. def hashCode(): Int
    Definition Classes
    Item → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def put(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
  26. def putAttributes(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
  27. def replaceAttributesIfExists(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
  28. def setAlternateNameEncoding(arg0: String): Unit
    Definition Classes
    Item
  29. def setAttributes(arg0: Collection[com.amazonaws.services.simpledb.model.Attribute]): Unit
    Definition Classes
    Item
  30. def setName(arg0: String): Unit
    Definition Classes
    Item
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Item → AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withAlternateNameEncoding(arg0: String): com.amazonaws.services.simpledb.model.Item
    Definition Classes
    Item
  37. def withAttributes(arg0: Collection[com.amazonaws.services.simpledb.model.Attribute]): com.amazonaws.services.simpledb.model.Item
    Definition Classes
    Item
  38. def withAttributes(arg0: <repeated...>[com.amazonaws.services.simpledb.model.Attribute]): com.amazonaws.services.simpledb.model.Item
    Definition Classes
    Item
    Annotations
    @transient()
  39. def withName(arg0: String): com.amazonaws.services.simpledb.model.Item
    Definition Classes
    Item

Deprecated Value Members

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

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.simpledb.model.Item

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped