toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
ExecuteStatement
Execute
Statement
@
JsonSerializable
data
class
ExecuteStatement
(
val
Statement
:
String
,
val
Parameters
:
List
<
AttributeValue
>
?
=
null
,
val
ConsistentRead
:
Boolean
?
=
null
,
val
NextToken
:
String
?
=
null
)
:
DynamoDbAction
<
ExecutedStatement
>
Members
Constructors
Execute
Statement
Link copied to clipboard
constructor
(
Statement
:
String
,
Parameters
:
List
<
AttributeValue
>
?
=
null
,
ConsistentRead
:
Boolean
?
=
null
,
NextToken
:
String
?
=
null
)
Properties
Consistent
Read
Link copied to clipboard
val
ConsistentRead
:
Boolean
?
=
null
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
=
null
Parameters
Link copied to clipboard
val
Parameters
:
List
<
AttributeValue
>
?
=
null
Statement
Link copied to clipboard
val
Statement
:
String
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
<
ExecutedStatement
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri