http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
>
(
source
)
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
?
Limit
Link copied to clipboard
val
Limit
:
Int
?
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