AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glacier
/
aws.sdk.kotlin.services.glacier.model
/
StorageClass
Storage
Class
sealed
class
StorageClass
Inheritors
ReducedRedundancy
Standard
StandardInfrequentAccess
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Reduced
Redundancy
Link copied to clipboard
object
ReducedRedundancy
:
StorageClass
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StorageClass
Standard
Link copied to clipboard
object
Standard
:
StorageClass
Standard
Infrequent
Access
Link copied to clipboard
object
StandardInfrequentAccess
:
StorageClass
Properties
value
Link copied to clipboard
abstract
val
value
:
String