toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
TableList
Table
List
@
JsonSerializable
data
class
TableList
(
val
TableNames
:
List
<
TableName
>
,
val
LastEvaluatedTableName
:
TableName
?
=
null
)
:
Paged
<
TableName
,
TableName
>
Members
Constructors
Table
List
Link copied to clipboard
constructor
(
TableNames
:
List
<
TableName
>
,
LastEvaluatedTableName
:
TableName
?
=
null
)
Properties
items
Link copied to clipboard
open
override
val
items
:
List
<
TableName
>
Last
Evaluated
Table
Name
Link copied to clipboard
val
LastEvaluatedTableName
:
TableName
?
=
null
Table
Names
Link copied to clipboard
val
TableNames
:
List
<
TableName
>
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
TableName
>
token
Link copied to clipboard
open
override
fun
token
(
)
:
TableName
?