toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3.action
/
PutObjectTagging
Put
Object
Tagging
class
PutObjectTagging
(
val
key
:
BucketKey
,
val
tags
:
List
<
Tag
>
)
:
S3BucketAction
<
Unit
>
Members
Constructors
Put
Object
Tagging
Link copied to clipboard
constructor
(
key
:
BucketKey
,
tags
:
List
<
Tag
>
)
Properties
key
Link copied to clipboard
val
key
:
BucketKey
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
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
>