case class KeySchema(attributeName: String, keyType: KeyType) extends KeySchemaElement with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeySchema
- Serializable
- Product
- Equals
- KeySchemaElement
- StructuredPojo
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val attributeName: String
-
def
clone(): KeySchemaElement
- Definition Classes
- KeySchemaElement → AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- KeySchemaElement → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAttributeName(): String
- Definition Classes
- KeySchemaElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getKeyType(): String
- Definition Classes
- KeySchemaElement
-
def
hashCode(): Int
- Definition Classes
- KeySchemaElement → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyType: KeyType
-
def
marshall(arg0: ProtocolMarshaller): Unit
- Definition Classes
- KeySchemaElement → StructuredPojo
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setAttributeName(arg0: String): Unit
- Definition Classes
- KeySchemaElement
-
def
setKeyType(arg0: com.amazonaws.services.dynamodbv2.model.KeyType): Unit
- Definition Classes
- KeySchemaElement
-
def
setKeyType(arg0: String): Unit
- Definition Classes
- KeySchemaElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- KeySchemaElement → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withAttributeName(arg0: String): KeySchemaElement
- Definition Classes
- KeySchemaElement
-
def
withKeyType(arg0: com.amazonaws.services.dynamodbv2.model.KeyType): KeySchemaElement
- Definition Classes
- KeySchemaElement
-
def
withKeyType(arg0: String): KeySchemaElement
- Definition Classes
- KeySchemaElement