http4k
Toggle table of contents
6.60.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
/
UpdateTimeToLive
Update
Time
To
Live
@
JsonSerializable
data
class
UpdateTimeToLive
(
val
TableName
:
TableName
,
val
TimeToLiveSpecification
:
TimeToLiveSpecification
)
:
DynamoDbAction
<
UpdateTimeToLiveResponse
>
(
source
)
Members
Constructors
Update
Time
To
Live
Link copied to clipboard
constructor
(
TableName
:
TableName
,
TimeToLiveSpecification
:
TimeToLiveSpecification
)
Properties
Table
Name
Link copied to clipboard
val
TableName
:
TableName
Time
To
Live
Specification
Link copied to clipboard
val
TimeToLiveSpecification
:
TimeToLiveSpecification
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
<
UpdateTimeToLiveResponse
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri