toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3.action
/
RestoreObject
Restore
Object
data
class
RestoreObject
(
val
key
:
BucketKey
,
val
days
:
Int
,
val
description
:
String
?
=
null
,
val
tier
:
RestoreTier
?
=
null
)
:
S3BucketAction
<
Unit
>
Members
Constructors
Restore
Object
Link copied to clipboard
constructor
(
key
:
BucketKey
,
days
:
Int
,
description
:
String
?
=
null
,
tier
:
RestoreTier
?
=
null
)
Properties
days
Link copied to clipboard
val
days
:
Int
description
Link copied to clipboard
val
description
:
String
?
=
null
key
Link copied to clipboard
val
key
:
BucketKey
tier
Link copied to clipboard
val
tier
:
RestoreTier
?
=
null
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
<
Unit
,
RemoteFailure
>