| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageClass |
StorageClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StorageClass |
PutObjectRequest.storageClass()
Indicates the storage class of a
Put request. |
StorageClass |
PutObjectResponse.storageClass()
The storage class where the object was persisted.
|
static StorageClass |
StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
StorageClass.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<StorageClass> |
StorageClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.storageClass(StorageClass storageClass)
Indicates the storage class of a
Put request. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.storageClass(StorageClass storageClass)
The storage class where the object was persisted.
|
Copyright © 2021. All rights reserved.