toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb-fake
/
org.http4k.connect.amazon.dynamodb
/
DynamoTable
Dynamo
Table
data
class
DynamoTable
(
val
table
:
TableDescription
,
val
items
:
List
<
Item
>
=
emptyList()
,
val
maxPageSize
:
Int
)
Members
Constructors
Dynamo
Table
Link copied to clipboard
constructor
(
table
:
TableDescription
,
items
:
List
<
Item
>
=
emptyList()
,
maxPageSize
:
Int
)
Properties
items
Link copied to clipboard
val
items
:
List
<
Item
>
max
Page
Size
Link copied to clipboard
val
maxPageSize
:
Int
table
Link copied to clipboard
val
table
:
TableDescription
Functions
retrieve
Link copied to clipboard
fun
retrieve
(
key
:
Key
)
:
Map
<
AttributeName
,
AttributeValue
>
?
with
Item
Link copied to clipboard
fun
withItem
(
item
:
Item
)
:
DynamoTable
without
Item
Link copied to clipboard
fun
withoutItem
(
key
:
Key
)
:
DynamoTable