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
/
ListImports
List
Imports
@
JsonSerializable
data
class
ListImports
(
val
NextToken
:
NextToken
?
=
null
,
val
PageSize
:
Int
?
=
null
,
val
TableArn
:
ARN
?
=
null
)
:
DynamoDbAction
<
ListImportsResponse
>
(
source
)
Members
Constructors
List
Imports
Link copied to clipboard
constructor
(
NextToken
:
NextToken
?
=
null
,
PageSize
:
Int
?
=
null
,
TableArn
:
ARN
?
=
null
)
Properties
Next
Token
Link copied to clipboard
val
NextToken
:
NextToken
?
Page
Size
Link copied to clipboard
val
PageSize
:
Int
?
Table
Arn
Link copied to clipboard
val
TableArn
:
ARN
?
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
ListImportsResponse
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri