toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
BatchExecuteStatement
Batch
Execute
Statement
@
JsonSerializable
data
class
BatchExecuteStatement
(
val
Statements
:
List
<
ReqStatement
>
)
:
DynamoDbAction
<
BatchStatements
>
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