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
/
BatchExecuteStatement
Batch
Execute
Statement
@
JsonSerializable
data
class
BatchExecuteStatement
(
val
Statements
:
List
<
ReqStatement
>
)
:
DynamoDbAction
<
BatchStatements
>
(
source
)
Members
Constructors
Batch
Execute
Statement
Link copied to clipboard
constructor
(
Statements
:
List
<
ReqStatement
>
)
Properties
Statements
Link copied to clipboard
val
Statements
:
List
<
ReqStatement
>
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
<
BatchStatements
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri