toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb-fake
/
org.http4k.connect.amazon.dynamodb.endpoints
/
UpdateResult
Update
Result
sealed
interface
UpdateResult
The result of an update operation
Inheritors
UpdateOk
ConditionFailed
NotFound
Members
Types
Condition
Failed
Link copied to clipboard
data
object
ConditionFailed
:
UpdateResult
Not
Found
Link copied to clipboard
data
object
NotFound
:
UpdateResult
Update
Ok
Link copied to clipboard
class
UpdateOk
(
item
:
Item
,
val
updatedTable
:
DynamoTable
)
:
UpdateResult
Properties
result
Link copied to clipboard
abstract
val
result
:
Any
?