Uses of Class
com.oracle.bmc.objectstorage.model.CreateBucketDetails.Versioning
-
Packages that use CreateBucketDetails.Versioning Package Description com.oracle.bmc.objectstorage.model -
-
Uses of CreateBucketDetails.Versioning in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return CreateBucketDetails.Versioning Modifier and Type Method Description static CreateBucketDetails.Versioning
CreateBucketDetails.Versioning. create(String key)
CreateBucketDetails.Versioning
CreateBucketDetails. getVersioning()
Set the versioning status on the bucket.static CreateBucketDetails.Versioning
CreateBucketDetails.Versioning. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateBucketDetails.Versioning[]
CreateBucketDetails.Versioning. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.model with parameters of type CreateBucketDetails.Versioning Modifier and Type Method Description CreateBucketDetails.Builder
CreateBucketDetails.Builder. versioning(CreateBucketDetails.Versioning versioning)
Set the versioning status on the bucket.Constructors in com.oracle.bmc.objectstorage.model with parameters of type CreateBucketDetails.Versioning Constructor Description CreateBucketDetails(String name, String compartmentId, Map<String,String> metadata, CreateBucketDetails.PublicAccessType publicAccessType, CreateBucketDetails.StorageTier storageTier, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, CreateBucketDetails.Versioning versioning, Bucket.AutoTiering autoTiering)
Deprecated.
-