Uses of Class
com.oracle.bmc.dif.model.ObjectVersioning
-
Packages that use ObjectVersioning Package Description com.oracle.bmc.dif.model -
-
Uses of ObjectVersioning in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return ObjectVersioning Modifier and Type Method Description static ObjectVersioningObjectVersioning. create(String key)ObjectVersioningObjectStorageDetail. getObjectVersioning()Mentions whether the object versioning to be enabled or not,Allowed values are “ENABLED” / “DISABLED”/“SUSPENDED”ObjectVersioningObjectStorageUpdateDetail. getObjectVersioning()Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”static ObjectVersioningObjectVersioning. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectVersioning[]ObjectVersioning. 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 ObjectVersioning Modifier and Type Method Description ObjectStorageDetail.BuilderObjectStorageDetail.Builder. objectVersioning(ObjectVersioning objectVersioning)Mentions whether the object versioning to be enabled or not,Allowed values are “ENABLED” / “DISABLED”/“SUSPENDED”ObjectStorageUpdateDetail.BuilderObjectStorageUpdateDetail.Builder. objectVersioning(ObjectVersioning objectVersioning)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 ObjectVersioning Constructor Description ObjectStorageDetail(String instanceId, ObjectVersioning objectVersioning, StorageTier storageTier, AutoTiering autoTiering)Deprecated.ObjectStorageUpdateDetail(String instanceId, ObjectVersioning objectVersioning, AutoTiering autoTiering)Deprecated.
-