Uses of Class
software.amazon.awssdk.services.mediastoredata.model.StorageClass
-
Packages that use StorageClass Package Description software.amazon.awssdk.services.mediastoredata.model -
-
Uses of StorageClass in software.amazon.awssdk.services.mediastoredata.model
Methods in software.amazon.awssdk.services.mediastoredata.model that return StorageClass Modifier and Type Method Description static StorageClassStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageClassPutObjectRequest. storageClass()Indicates the storage class of aPutrequest.StorageClassPutObjectResponse. storageClass()The storage class where the object was persisted.static StorageClassStorageClass. 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.Methods in software.amazon.awssdk.services.mediastoredata.model that return types with arguments of type StorageClass Modifier and Type Method Description static Set<StorageClass>StorageClass. knownValues()Methods in software.amazon.awssdk.services.mediastoredata.model with parameters of type StorageClass Modifier and Type Method Description PutObjectRequest.BuilderPutObjectRequest.Builder. storageClass(StorageClass storageClass)Indicates the storage class of aPutrequest.PutObjectResponse.BuilderPutObjectResponse.Builder. storageClass(StorageClass storageClass)The storage class where the object was persisted.
-