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
- Serializable
- Product
- Equals
- Projection
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: Any): Boolean
- Definition Classes
- Projection → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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