Uses of Class
com.oracle.bmc.opsi.model.StorageTier
-
Packages that use StorageTier Package Description com.oracle.bmc.opsi.model -
-
Uses of StorageTier in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return StorageTier Modifier and Type Method Description static StorageTier
StorageTier. create(String key)
StorageTier
ObjectSummary. getStorageTier()
The object’s storage tier.static StorageTier
StorageTier. 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.opsi.model with parameters of type StorageTier Modifier and Type Method Description ObjectSummary.Builder
ObjectSummary.Builder. storageTier(StorageTier storageTier)
The object’s storage tier.Constructors in com.oracle.bmc.opsi.model with parameters of type StorageTier Constructor Description ObjectSummary(String name, Long size, String md5, Date timeCreated, String etag, StorageTier storageTier, ArchivalState archivalState, Date timeModified)
Deprecated.
-