Uses of Class
com.oracle.bmc.dif.model.StorageTier
-
Packages that use StorageTier Package Description com.oracle.bmc.dif.model -
-
Uses of StorageTier in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return StorageTier Modifier and Type Method Description static StorageTierStorageTier. create(String key)StorageTierObjectStorageDetail. getStorageTier()Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”static StorageTierStorageTier. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageTier[]StorageTier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dif.model with parameters of type StorageTier Modifier and Type Method Description ObjectStorageDetail.BuilderObjectStorageDetail.Builder. storageTier(StorageTier storageTier)Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”Constructors in com.oracle.bmc.dif.model with parameters of type StorageTier Constructor Description ObjectStorageDetail(String instanceId, ObjectVersioning objectVersioning, StorageTier storageTier, AutoTiering autoTiering)Deprecated.
-