org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichTableDescription
Related Doc:
package model
final
class
RichTableDescription
extends
AnyVal
with
PimpedType
[
TableDescription
]
Linear Supertypes
PimpedType
[
TableDescription
],
AnyVal
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichTableDescription
PimpedType
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichTableDescription
(
underlying:
TableDescription
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attributeDefinitionsOpt
:
Option
[
Seq
[
AttributeDefinition
]]
def
attributeDefinitionsOpt_=
(
value:
Option
[
Seq
[
AttributeDefinition
]]
)
:
Unit
def
creationDateTimeOpt
:
Option
[
Date
]
def
creationDateTimeOpt_=
(
value:
Option
[
Date
]
)
:
Unit
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
globalSecondaryIndexesOpt
:
Option
[
Seq
[
GlobalSecondaryIndexDescription
]]
def
globalSecondaryIndexesOpt_=
(
value:
Option
[
Seq
[
GlobalSecondaryIndexDescription
]]
)
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
itemCountOpt
:
Option
[
Long
]
def
itemCountOpt_=
(
value:
Option
[
Long
]
)
:
Unit
def
keySchemaOpt
:
Option
[
Seq
[
KeySchemaElement
]]
def
keySchemaOpt_=
(
value:
Option
[
Seq
[
KeySchemaElement
]]
)
:
Unit
def
localSecondaryIndexesOpt
:
Option
[
Seq
[
LocalSecondaryIndexDescription
]]
def
localSecondaryIndexesOpt_=
(
value:
Option
[
Seq
[
LocalSecondaryIndexDescription
]]
)
:
Unit
def
provisionedThroughputOpt
:
Option
[
ProvisionedThroughputDescription
]
def
provisionedThroughputOpt_=
(
value:
Option
[
ProvisionedThroughputDescription
]
)
:
Unit
def
tableNameOpt
:
Option
[
String
]
def
tableNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
tableSizeBytesOpt
:
Option
[
Long
]
def
tableSizeBytesOpt_=
(
value:
Option
[
Long
]
)
:
Unit
def
tableStatusOpt
:
Option
[
String
]
def
tableStatusOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
TableDescription
Definition Classes
RichTableDescription
→ PimpedType
def
withAttributeDefinitionsOpt
(
value:
Option
[
Seq
[
AttributeDefinition
]]
)
:
TableDescription
def
withCreationDateTimeOpt
(
value:
Option
[
Date
]
)
:
TableDescription
def
withGlobalSecondaryIndexesOpt
(
value:
Option
[
Seq
[
GlobalSecondaryIndexDescription
]]
)
:
TableDescription
def
withItemCountOpt
(
value:
Option
[
Long
]
)
:
TableDescription
def
withKeySchemaOpt
(
value:
Option
[
Seq
[
KeySchemaElement
]]
)
:
TableDescription
def
withLocalSecondaryIndexesOpt
(
value:
Seq
[
LocalSecondaryIndexDescription
]
)
:
TableDescription
def
withProvisionedThroughputOpt
(
value:
Option
[
ProvisionedThroughputDescription
]
)
:
TableDescription
def
withTableNameOpt
(
value:
Option
[
String
]
)
:
TableDescription
def
withTableSizeBytesOpt
(
value:
Option
[
Long
]
)
:
TableDescription
def
withTableStatusOpt
(
value:
Option
[
String
]
)
:
TableDescription
Inherited from
PimpedType
[
TableDescription
]
Inherited from
AnyVal
Inherited from
Any
Ungrouped