case class GlobalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection, provisionedThroughput: Option[ProvisionedThroughput] = None) extends com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex with SecondaryIndex with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalSecondaryIndex
- Product
- Equals
- SecondaryIndex
- GlobalSecondaryIndex
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GlobalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection, provisionedThroughput: Option[ProvisionedThroughput] = None)
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.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- GlobalSecondaryIndex → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getIndexName(): String
- Definition Classes
- GlobalSecondaryIndex
- def getKeySchema(): List[KeySchemaElement]
- Definition Classes
- GlobalSecondaryIndex
- def getProjection(): com.amazonaws.services.dynamodbv2.model.Projection
- Definition Classes
- GlobalSecondaryIndex
- def getProvisionedThroughput(): com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
- Definition Classes
- GlobalSecondaryIndex
- def hashCode(): Int
- Definition Classes
- GlobalSecondaryIndex → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keySchema: Seq[KeySchema]
- def marshall(arg0: ProtocolMarshaller): Unit
- Definition Classes
- GlobalSecondaryIndex → StructuredPojo
- val name: String
- Definition Classes
- GlobalSecondaryIndex → SecondaryIndex
- 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
- val projection: Projection
- val provisionedThroughput: Option[ProvisionedThroughput]
- def setIndexName(arg0: String): Unit
- Definition Classes
- GlobalSecondaryIndex
- def setKeySchema(arg0: Collection[KeySchemaElement]): Unit
- Definition Classes
- GlobalSecondaryIndex
- def setProjection(arg0: com.amazonaws.services.dynamodbv2.model.Projection): Unit
- Definition Classes
- GlobalSecondaryIndex
- def setProvisionedThroughput(arg0: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): Unit
- Definition Classes
- GlobalSecondaryIndex
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- GlobalSecondaryIndex → 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 withIndexName(arg0: String): com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex
- def withKeySchema(arg0: Collection[KeySchemaElement]): com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex
- def withKeySchema(arg0: <repeated...>[KeySchemaElement]): com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex
- Annotations
- @transient()
- def withProjection(arg0: com.amazonaws.services.dynamodbv2.model.Projection): com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex
- def withProvisionedThroughput(arg0: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput): com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
- Definition Classes
- GlobalSecondaryIndex
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated