Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectStorageClass |
ObjectStorageClass.fromValue(String value) |
ObjectStorageClass |
Object.storageClass() |
ObjectStorageClass |
Object.BuilderImpl.storageClass() |
static ObjectStorageClass |
ObjectStorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectStorageClass[] |
ObjectStorageClass.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<ObjectStorageClass> |
ObjectStorageClass.knownValues() |
Modifier and Type | Method and Description |
---|---|
Object.Builder |
Object.Builder.storageClass(ObjectStorageClass storageClass) |
Object.Builder |
Object.BuilderImpl.storageClass(ObjectStorageClass storageClass) |
Copyright © 2021. All rights reserved.