LocalSecondaryIndex

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

Value members

Inherited methods

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