GlobalSecondaryIndex

case class GlobalSecondaryIndex(name: String, keySchema: Seq[KeySchema], projection: Projection, provisionedThroughput: Option[ProvisionedThroughput]) extends GlobalSecondaryIndex with SecondaryIndex
Companion
object
trait Product
trait Equals
class GlobalSecondaryIndex
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
GlobalSecondaryIndex
def getIndexName(): String
Inherited from
GlobalSecondaryIndex
def getKeySchema(): List[KeySchemaElement]
Inherited from
GlobalSecondaryIndex
def getProjection(): Projection
Inherited from
GlobalSecondaryIndex
def getProvisionedThroughput(): ProvisionedThroughput
Inherited from
GlobalSecondaryIndex
def hashCode(): Int
Inherited from
GlobalSecondaryIndex
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
GlobalSecondaryIndex
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setIndexName(`x$0`: String): Unit
Inherited from
GlobalSecondaryIndex
def setKeySchema(`x$0`: Collection[KeySchemaElement]): Unit
Inherited from
GlobalSecondaryIndex
def setProjection(`x$0`: Projection): Unit
Inherited from
GlobalSecondaryIndex
def setProvisionedThroughput(`x$0`: ProvisionedThroughput): Unit
Inherited from
GlobalSecondaryIndex
def toString(): String
Inherited from
GlobalSecondaryIndex
def withIndexName(`x$0`: String): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex
def withKeySchema(`x$0`: Collection[KeySchemaElement]): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex
def withKeySchema(`x$0`: KeySchemaElement*): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex
def withProjection(`x$0`: Projection): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex
def withProvisionedThroughput(`x$0`: ProvisionedThroughput): GlobalSecondaryIndex
Inherited from
GlobalSecondaryIndex