Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectVersionStorageClass |
ObjectVersionStorageClass.fromValue(String value) |
ObjectVersionStorageClass |
ObjectVersion.storageClass() |
ObjectVersionStorageClass |
ObjectVersion.BuilderImpl.storageClass() |
static ObjectVersionStorageClass |
ObjectVersionStorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectVersionStorageClass[] |
ObjectVersionStorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<ObjectVersionStorageClass> |
ObjectVersionStorageClass.knownValues() |
Modifier and Type | Method and Description |
---|---|
ObjectVersion.Builder |
ObjectVersion.Builder.storageClass(ObjectVersionStorageClass storageClass) |
ObjectVersion.Builder |
ObjectVersion.BuilderImpl.storageClass(ObjectVersionStorageClass storageClass) |
Copyright © 2021. All rights reserved.