AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3
/
aws.sdk.kotlin.services.s3.model
/
ObjectCannedAcl
Object
Canned
Acl
sealed
class
ObjectCannedAcl
Inheritors
AuthenticatedRead
AwsExecRead
BucketOwnerFullControl
BucketOwnerRead
Private
PublicRead
PublicReadWrite
SdkUnknown
Members
Types
Authenticated
Read
Link copied to clipboard
object
AuthenticatedRead
:
ObjectCannedAcl
Aws
Exec
Read
Link copied to clipboard
object
AwsExecRead
:
ObjectCannedAcl
Bucket
Owner
Full
Control
Link copied to clipboard
object
BucketOwnerFullControl
:
ObjectCannedAcl
Bucket
Owner
Read
Link copied to clipboard
object
BucketOwnerRead
:
ObjectCannedAcl
Companion
Link copied to clipboard
object
Companion
Private
Link copied to clipboard
object
Private
:
ObjectCannedAcl
Public
Read
Link copied to clipboard
object
PublicRead
:
ObjectCannedAcl
Public
Read
Write
Link copied to clipboard
object
PublicReadWrite
:
ObjectCannedAcl
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ObjectCannedAcl
Properties
value
Link copied to clipboard
abstract
val
value
:
String