org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichScanRequest
final
class
RichScanRequest
extends
AnyVal
with
PimpedType
[
ScanRequest
]
Linear Supertypes
PimpedType
[
ScanRequest
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichScanRequest
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichScanRequest
(
underlying:
ScanRequest
)
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
attributesToGet
:
Seq
[
String
]
def
attributesToGet_=
(
value:
Iterable
[
String
]
)
:
Unit
def
conditionalOperatorOpt
:
Option
[
String
]
def
conditionalOperatorOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
exclusiveStartKeyOpt
:
Option
[
Map
[
String
,
AttributeValue
]]
def
exclusiveStartKeyOpt_=
(
value:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
Unit
def
expressionAttributeNamesOpt
:
Option
[
Map
[
String
,
String
]]
def
expressionAttributeNamesOpt_=
(
value:
Option
[
Map
[
String
,
String
]]
)
:
Unit
def
expressionAttributeValuesOpt
:
Option
[
Map
[
String
,
AttributeValue
]]
def
expressionAttributeValuesOpt_=
(
value:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
Unit
def
filterExpressionOpt
:
Option
[
String
]
def
filterExpressionOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
limitOpt
:
Option
[
Int
]
def
limitOpt_=
(
value:
Option
[
Int
]
)
:
Unit
def
projectionExpressionOpt
:
Option
[
String
]
def
projectionExpressionOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
returnConsumedCapacityOpt
:
Option
[
String
]
def
returnConsumedCapacityOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
scanFilterOpt
:
Option
[
Map
[
String
,
Condition
]]
def
scanFilterOpt_=
(
value:
Option
[
Map
[
String
,
Condition
]]
)
:
Unit
def
segmentOpt
:
Option
[
Int
]
def
segmentOpt_=
(
value:
Option
[
Int
]
)
:
Unit
def
selectOpt
:
Option
[
String
]
def
selectOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
setExclusiveStartKey
(
hashKey: (
String
,
AttributeValue
)
,
rangeKey: (
String
,
AttributeValue
)
)
:
Unit
def
tableNameOpt
:
Option
[
String
]
def
tableNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
def
totalSegmentsOpt
:
Option
[
Int
]
def
totalSegmentsOpt_=
(
value:
Option
[
Int
]
)
:
Unit
val
underlying
:
ScanRequest
Definition Classes
RichScanRequest
→ PimpedType
def
withAttributesToGet
(
value:
Iterable
[
String
]
)
:
ScanRequest
def
withConditionalOperatorOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withExclusiveStartKey
(
hashKey: (
String
,
AttributeValue
)
,
rangeKey: (
String
,
AttributeValue
)
)
:
ScanRequest
def
withExclusiveStartKeyOpt
(
value:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
ScanRequest
def
withExpressionAttributeNamesOpt
(
value:
Option
[
Map
[
String
,
String
]]
)
:
ScanRequest
def
withExpressionAttributeValuesOpt
(
value:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
ScanRequest
def
withFilterExpressionOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withLimitOpt
(
value:
Option
[
Int
]
)
:
ScanRequest
def
withProjectionExpressionOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withReturnConsumedCapacityOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withScanFilterOpt
(
value:
Option
[
Map
[
String
,
Condition
]]
)
:
ScanRequest
def
withSegmentOpt
(
value:
Option
[
Int
]
)
:
ScanRequest
def
withSelectOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withTableNameOpt
(
value:
Option
[
String
]
)
:
ScanRequest
def
withTotalSegmentsOpt
(
value:
Option
[
Int
]
)
:
ScanRequest
Inherited from
PimpedType
[
ScanRequest
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped