awscala
.
dynamodbv2
KeySchema
case class
KeySchema
(
attributeName:
String
,
keyType:
KeyType
)
extends
KeySchemaElement
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Product
,
Equals
,
KeySchemaElement
,
StructuredPojo
,
Cloneable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
KeySchema
Serializable
Product
Equals
KeySchemaElement
StructuredPojo
Cloneable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
KeySchema
(
attributeName:
String
,
keyType:
KeyType
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
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
getAttributeName
()
:
String
Definition Classes
KeySchemaElement
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
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
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
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
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
KeySchemaElement
Inherited from
StructuredPojo
Inherited from
Cloneable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped