case class LocalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection) extends com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex with SecondaryIndex with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalSecondaryIndex
- Serializable
- Product
- Equals
- SecondaryIndex
- LocalSecondaryIndex
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LocalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection)
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.LocalSecondaryIndex
- Definition Classes
- LocalSecondaryIndex → AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- LocalSecondaryIndex → 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
getIndexName(): String
- Definition Classes
- LocalSecondaryIndex
-
def
getKeySchema(): List[KeySchemaElement]
- Definition Classes
- LocalSecondaryIndex
-
def
getProjection(): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- LocalSecondaryIndex
-
def
hashCode(): Int
- Definition Classes
- LocalSecondaryIndex → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keySchema: Seq[KeySchema]
-
def
marshall(arg0: ProtocolMarshaller): Unit
- Definition Classes
- LocalSecondaryIndex → StructuredPojo
-
val
name: String
- Definition Classes
- LocalSecondaryIndex → SecondaryIndex
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val projection: Projection
-
def
setIndexName(arg0: String): Unit
- Definition Classes
- LocalSecondaryIndex
-
def
setKeySchema(arg0: Collection[KeySchemaElement]): Unit
- Definition Classes
- LocalSecondaryIndex
-
def
setProjection(arg0: com.amazonaws.services.dynamodbv2.model.Projection): Unit
- Definition Classes
- LocalSecondaryIndex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- LocalSecondaryIndex → 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
withIndexName(arg0: String): com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
- Definition Classes
- LocalSecondaryIndex
-
def
withKeySchema(arg0: Collection[KeySchemaElement]): com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
- Definition Classes
- LocalSecondaryIndex
-
def
withKeySchema(arg0: <repeated...>[KeySchemaElement]): com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
- Definition Classes
- LocalSecondaryIndex
- Annotations
- @transient()
-
def
withProjection(arg0: com.amazonaws.services.dynamodbv2.model.Projection): com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
- Definition Classes
- LocalSecondaryIndex