case class Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil) extends com.amazonaws.services.dynamodbv2.model.Projection with Product with Serializable

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

Instance Constructors

  1. new Projection(projectionType: ProjectionType, nonKeyAttributes: Seq[String] = Nil)

Value Members

  1. def clone(): com.amazonaws.services.dynamodbv2.model.Projection
    Definition Classes
    Projection → AnyRef
  2. def equals(arg0: Any): Boolean
    Definition Classes
    Projection → AnyRef → Any
  3. def getNonKeyAttributes(): List[String]
    Definition Classes
    Projection
  4. def getProjectionType(): String
    Definition Classes
    Projection
  5. def hashCode(): Int
    Definition Classes
    Projection → AnyRef → Any
  6. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    Projection → StructuredPojo
  7. val nonKeyAttributes: Seq[String]
  8. val projectionType: ProjectionType
  9. def setNonKeyAttributes(arg0: Collection[String]): Unit
    Definition Classes
    Projection
  10. def setProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): Unit
    Definition Classes
    Projection
  11. def setProjectionType(arg0: String): Unit
    Definition Classes
    Projection
  12. def toString(): String
    Definition Classes
    Projection → AnyRef → Any
  13. def withNonKeyAttributes(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.Projection
    Definition Classes
    Projection
  14. def withNonKeyAttributes(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.Projection
    Definition Classes
    Projection
    Annotations
    @transient()
  15. def withProjectionType(arg0: com.amazonaws.services.dynamodbv2.model.ProjectionType): com.amazonaws.services.dynamodbv2.model.Projection
    Definition Classes
    Projection
  16. def withProjectionType(arg0: String): com.amazonaws.services.dynamodbv2.model.Projection
    Definition Classes
    Projection