toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
DynamoDbPagedAction
Dynamo
Db
Paged
Action
abstract
class
DynamoDbPagedAction
<
R
:
Paged
<
Key
,
Item
>
,
Self
:
PagedAction
<
Key
,
Item
,
R
,
Self
>
>
(
clazz
:
KClass
<
R
>
)
:
DynamoDbAction
<
R
>
,
PagedAction
<
Key
,
Item
,
R
,
Self
>
Inheritors
Query
Scan
Members
Constructors
Dynamo
Db
Paged
Action
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
)
Properties
Limit
Link copied to clipboard
abstract
val
Limit
:
Int
?
Functions
next
Link copied to clipboard
abstract
fun
next
(
token
:
Key
)
:
Self
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri