toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
ListTables
List
Tables
@
JsonSerializable
data
class
ListTables
(
val
ExclusiveStartTableName
:
TableName
?
=
null
,
val
Limit
:
Int
?
=
null
)
:
DynamoDbAction
<
TableList
>
,
PagedAction
<
TableName
,
TableName
,
TableList
,
ListTables
>
Members
Constructors
List
Tables
Link copied to clipboard
constructor
(
ExclusiveStartTableName
:
TableName
?
=
null
,
Limit
:
Int
?
=
null
)
Properties
Exclusive
Start
Table
Name
Link copied to clipboard
val
ExclusiveStartTableName
:
TableName
?
=
null
Limit
Link copied to clipboard
val
Limit
:
Int
?
=
null
Functions
next
Link copied to clipboard
open
override
fun
next
(
token
:
TableName
)
:
ListTables
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
TableList
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri