KeySchema

case class KeySchema(attributeName: String, keyType: KeyType) extends KeySchemaElement
Companion
object
trait Product
trait Equals
class KeySchemaElement
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): KeySchemaElement
Inherited from
KeySchemaElement
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
KeySchemaElement
def getAttributeName(): String
Inherited from
KeySchemaElement
def getKeyType(): String
Inherited from
KeySchemaElement
def hashCode(): Int
Inherited from
KeySchemaElement
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
KeySchemaElement
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAttributeName(`x$0`: String): Unit
Inherited from
KeySchemaElement
def setKeyType(`x$0`: KeyType): Unit
Inherited from
KeySchemaElement
def setKeyType(`x$0`: String): Unit
Inherited from
KeySchemaElement
def toString(): String
Inherited from
KeySchemaElement
def withAttributeName(`x$0`: String): KeySchemaElement
Inherited from
KeySchemaElement
def withKeyType(`x$0`: KeyType): KeySchemaElement
Inherited from
KeySchemaElement
def withKeyType(`x$0`: String): KeySchemaElement
Inherited from
KeySchemaElement