LocalSecondaryIndexMeta

case class LocalSecondaryIndexMeta(name: String, sizeBytes: Long, itemCount: Long, keySchema: Seq[KeySchema], projection: Projection) extends LocalSecondaryIndexDescription
Companion
object
trait Product
trait Equals
class LocalSecondaryIndexDescription
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
LocalSecondaryIndexDescription
def getIndexArn(): String
Inherited from
LocalSecondaryIndexDescription
def getIndexName(): String
Inherited from
LocalSecondaryIndexDescription
def getIndexSizeBytes(): Long
Inherited from
LocalSecondaryIndexDescription
def getItemCount(): Long
Inherited from
LocalSecondaryIndexDescription
def getKeySchema(): List[KeySchemaElement]
Inherited from
LocalSecondaryIndexDescription
def getProjection(): Projection
Inherited from
LocalSecondaryIndexDescription
def hashCode(): Int
Inherited from
LocalSecondaryIndexDescription
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
LocalSecondaryIndexDescription
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setIndexArn(`x$0`: String): Unit
Inherited from
LocalSecondaryIndexDescription
def setIndexName(`x$0`: String): Unit
Inherited from
LocalSecondaryIndexDescription
def setIndexSizeBytes(`x$0`: Long): Unit
Inherited from
LocalSecondaryIndexDescription
def setItemCount(`x$0`: Long): Unit
Inherited from
LocalSecondaryIndexDescription
def setKeySchema(`x$0`: Collection[KeySchemaElement]): Unit
Inherited from
LocalSecondaryIndexDescription
def setProjection(`x$0`: Projection): Unit
Inherited from
LocalSecondaryIndexDescription
def toString(): String
Inherited from
LocalSecondaryIndexDescription
def withIndexArn(`x$0`: String): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withIndexName(`x$0`: String): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withIndexSizeBytes(`x$0`: Long): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withItemCount(`x$0`: Long): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withKeySchema(`x$0`: Collection[KeySchemaElement]): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withKeySchema(`x$0`: KeySchemaElement*): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription
def withProjection(`x$0`: Projection): LocalSecondaryIndexDescription
Inherited from
LocalSecondaryIndexDescription