toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-s3-fake
/
org.http4k.connect.amazon.s3
/
BucketKeyContent
Bucket
Key
Content
data
class
BucketKeyContent
(
val
key
:
BucketKey
,
val
content
:
String
,
val
modified
:
Instant
,
val
headers
:
Headers
,
val
tags
:
List
<
Tag
>
)
Members
Members & Extensions
Constructors
Bucket
Key
Content
Link copied to clipboard
constructor
(
key
:
BucketKey
,
content
:
String
,
modified
:
Instant
,
headers
:
Headers
,
tags
:
List
<
Tag
>
)
Properties
content
Link copied to clipboard
val
content
:
String
headers
Link copied to clipboard
val
headers
:
Headers
key
Link copied to clipboard
val
key
:
BucketKey
modified
Link copied to clipboard
val
modified
:
Instant
size
Link copied to clipboard
val
size
:
Int
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
Functions
header
Link copied to clipboard
fun
BucketKeyContent
.
header
(
name
:
String
)
:
String
?
fun
BucketKeyContent
.
header
(
name
:
String
,
value
:
String
)
:
BucketKeyContent
remove
Header
Link copied to clipboard
fun
BucketKeyContent
.
removeHeader
(
name
:
String
)
:
BucketKeyContent
replace
Header
Link copied to clipboard
fun
BucketKeyContent
.
replaceHeader
(
name
:
String
,
value
:
String
)
:
BucketKeyContent
restore
Ready
Link copied to clipboard
fun
BucketKeyContent
.
restoreReady
(
)
:
Boolean
storage
Class
Link copied to clipboard
fun
BucketKeyContent
.
storageClass
(
)
:
StorageClass