http4k-connect-amazon-s3
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-amazon-s3
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
>
(
source
)
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
?
key
Link copied to clipboard
val
key
:
BucketKey
tier
Link copied to clipboard
val
tier
:
RestoreTier
?
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
>