AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glacier
/
aws.sdk.kotlin.services.glacier.model
/
ActionCode
Action
Code
sealed
class
ActionCode
Inheritors
ArchiveRetrieval
InventoryRetrieval
Select
SdkUnknown
Members
Types
Archive
Retrieval
Link copied to clipboard
object
ArchiveRetrieval
:
ActionCode
Companion
Link copied to clipboard
object
Companion
Inventory
Retrieval
Link copied to clipboard
object
InventoryRetrieval
:
ActionCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionCode
Select
Link copied to clipboard
object
Select
:
ActionCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String