toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3.action
/
DeleteObject
Delete
Object
data
class
DeleteObject
(
val
key
:
BucketKey
)
:
S3BucketAction
<
Unit
?
>
Members
Constructors
Delete
Object
Link copied to clipboard
constructor
(
key
:
BucketKey
)
Properties
key
Link copied to clipboard
val
key
:
BucketKey
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
>