org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichGlobalSecondaryIndexDescription
Related Doc:
package model
final
class
RichGlobalSecondaryIndexDescription
extends
AnyVal
with
PimpedType
[
GlobalSecondaryIndexDescription
]
Linear Supertypes
PimpedType
[
GlobalSecondaryIndexDescription
],
AnyVal
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichGlobalSecondaryIndexDescription
PimpedType
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichGlobalSecondaryIndexDescription
(
underlying:
GlobalSecondaryIndexDescription
)
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
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
indexNameOpt
:
Option
[
String
]
def
indexNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
indexSizeBytesOpt
:
Option
[
Long
]
def
indexSizeBytesOpt_=
(
value:
Option
[
Long
]
)
:
Unit
def
indexStatusOpt
:
Option
[
String
]
def
indexStatusOpt_=
(
value:
Option
[
String
]
)
:
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
projectionOpt
:
Option
[
Projection
]
def
projectionOpt_=
(
value:
Option
[
Projection
]
)
:
Unit
def
provisionedThroughputOpt
:
Option
[
ProvisionedThroughputDescription
]
def
provisionedThroughputOpt_=
(
value:
Option
[
ProvisionedThroughputDescription
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
GlobalSecondaryIndexDescription
Definition Classes
RichGlobalSecondaryIndexDescription
→ PimpedType
def
withIndexNameOpt
(
value:
Option
[
String
]
)
:
GlobalSecondaryIndexDescription
def
withIndexSizeBytesOpt_=
(
value:
Option
[
Long
]
)
:
GlobalSecondaryIndexDescription
def
withIndexStatusOpt
(
value:
Option
[
String
]
)
:
GlobalSecondaryIndexDescription
def
withKeySchemaOpt
(
value:
Option
[
Seq
[
KeySchemaElement
]]
)
:
GlobalSecondaryIndexDescription
def
withProjectionOpt
(
value:
Option
[
Projection
]
)
:
GlobalSecondaryIndexDescription
def
withProvisionedThroughputOpt
(
value:
Option
[
ProvisionedThroughputDescription
]
)
:
GlobalSecondaryIndexDescription
def
withitemCountOpt_=
(
value:
Option
[
Long
]
)
:
GlobalSecondaryIndexDescription
Inherited from
PimpedType
[
GlobalSecondaryIndexDescription
]
Inherited from
AnyVal
Inherited from
Any
Ungrouped