case class Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil) extends com.amazonaws.services.dynamodbv2.model.Projection with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Projection
- Product
- Equals
- Projection
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- Projection → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getNonKeyAttributes(): List[String]
- Definition Classes
- Projection
- def getProjectionType(): String
- Definition Classes
- Projection
- def hashCode(): Int
- Definition Classes
- Projection → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def marshall(arg0: ProtocolMarshaller): Unit
- Definition Classes
- Projection → StructuredPojo
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonKeyAttributes: Seq[String]
- 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
- val projectionType: ProjectionType
- def setNonKeyAttributes(arg0: Collection[String]): Unit
- Definition Classes
- Projection
- def setProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): Unit
- Definition Classes
- Projection
- def setProjectionType(arg0: String): Unit
- Definition Classes
- Projection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Projection → 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 withNonKeyAttributes(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
- def withNonKeyAttributes(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
- Annotations
- @transient()
- def withProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
- def withProjectionType(arg0: String): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- Projection
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated