Uses of Class
com.oracle.bmc.objectstorage.model.UpdateBucketDetails.Versioning
-
Packages that use UpdateBucketDetails.Versioning Package Description com.oracle.bmc.objectstorage.model -
-
Uses of UpdateBucketDetails.Versioning in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return UpdateBucketDetails.Versioning Modifier and Type Method Description static UpdateBucketDetails.Versioning
UpdateBucketDetails.Versioning. create(String key)
UpdateBucketDetails.Versioning
UpdateBucketDetails. getVersioning()
The versioning status on the bucket.static UpdateBucketDetails.Versioning
UpdateBucketDetails.Versioning. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateBucketDetails.Versioning[]
UpdateBucketDetails.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 UpdateBucketDetails.Versioning Modifier and Type Method Description UpdateBucketDetails.Builder
UpdateBucketDetails.Builder. versioning(UpdateBucketDetails.Versioning versioning)
The versioning status on the bucket.Constructors in com.oracle.bmc.objectstorage.model with parameters of type UpdateBucketDetails.Versioning Constructor Description UpdateBucketDetails(String namespace, String compartmentId, String name, Map<String,String> metadata, UpdateBucketDetails.PublicAccessType publicAccessType, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, UpdateBucketDetails.Versioning versioning, Bucket.AutoTiering autoTiering)
Deprecated.
-