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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Item
- Product
- Equals
- Item
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alternateNameEncoding: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Seq[Attribute]
- def clone(): com.amazonaws.services.simpledb.model.Item
- Definition Classes
- Item → AnyRef
- def delete(attributes: Seq[Attribute])(implicit simpleDB: SimpleDB): Unit
- def deleteAttributes(attributes: Seq[Attribute])(implicit simpleDB: SimpleDB): Unit
- def destroy()(implicit simpleDB: SimpleDB): Unit
- val domain: Domain
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- Item → AnyRef → Any
- def getAlternateNameEncoding(): String
- Definition Classes
- Item
- def getAttributes(): List[com.amazonaws.services.simpledb.model.Attribute]
- Definition Classes
- Item
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getName(): String
- Definition Classes
- Item
- def hashCode(): Int
- Definition Classes
- Item → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def put(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
- def putAttributes(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
- def replaceAttributesIfExists(attributes: (String, String)*)(implicit simpleDB: SimpleDB): Unit
- def setAlternateNameEncoding(arg0: String): Unit
- Definition Classes
- Item
- def setAttributes(arg0: Collection[com.amazonaws.services.simpledb.model.Attribute]): Unit
- Definition Classes
- Item
- def setName(arg0: String): Unit
- Definition Classes
- Item
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Item → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAlternateNameEncoding(arg0: String): com.amazonaws.services.simpledb.model.Item
- Definition Classes
- Item
- def withAttributes(arg0: Collection[com.amazonaws.services.simpledb.model.Attribute]): com.amazonaws.services.simpledb.model.Item
- Definition Classes
- Item
- def withAttributes(arg0: <repeated...>[com.amazonaws.services.simpledb.model.Attribute]): com.amazonaws.services.simpledb.model.Item
- Definition Classes
- Item
- Annotations
- @transient()
- def withName(arg0: String): com.amazonaws.services.simpledb.model.Item
- Definition Classes
- Item
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated