Uses of Class
com.oracle.bmc.dif.model.AutoTiering
-
Packages that use AutoTiering Package Description com.oracle.bmc.dif.model -
-
Uses of AutoTiering in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return AutoTiering Modifier and Type Method Description static AutoTieringAutoTiering. create(String key)AutoTieringObjectStorageDetail. getAutoTiering()It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”AutoTieringObjectStorageUpdateDetail. getAutoTiering()It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”static AutoTieringAutoTiering. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoTiering[]AutoTiering. 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 AutoTiering Modifier and Type Method Description ObjectStorageDetail.BuilderObjectStorageDetail.Builder. autoTiering(AutoTiering autoTiering)It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”ObjectStorageUpdateDetail.BuilderObjectStorageUpdateDetail.Builder. autoTiering(AutoTiering autoTiering)It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”Constructors in com.oracle.bmc.dif.model with parameters of type AutoTiering Constructor Description ObjectStorageDetail(String instanceId, ObjectVersioning objectVersioning, StorageTier storageTier, AutoTiering autoTiering)Deprecated.ObjectStorageUpdateDetail(String instanceId, ObjectVersioning objectVersioning, AutoTiering autoTiering)Deprecated.
-