Uses of Class
com.oracle.bmc.objectstorage.model.Bucket.AutoTiering
-
Packages that use Bucket.AutoTiering Package Description com.oracle.bmc.objectstorage.model -
-
Uses of Bucket.AutoTiering in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return Bucket.AutoTiering Modifier and Type Method Description static Bucket.AutoTiering
Bucket.AutoTiering. create(String key)
Bucket.AutoTiering
Bucket. getAutoTiering()
The auto tiering status on the bucket.Bucket.AutoTiering
CreateBucketDetails. getAutoTiering()
Set the auto tiering status on the bucket.Bucket.AutoTiering
UpdateBucketDetails. getAutoTiering()
The auto tiering status on the bucket.static Bucket.AutoTiering
Bucket.AutoTiering. valueOf(String name)
Returns the enum constant of this type with the specified name.static Bucket.AutoTiering[]
Bucket.AutoTiering. 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 Bucket.AutoTiering Modifier and Type Method Description Bucket.Builder
Bucket.Builder. autoTiering(Bucket.AutoTiering autoTiering)
The auto tiering status on the bucket.CreateBucketDetails.Builder
CreateBucketDetails.Builder. autoTiering(Bucket.AutoTiering autoTiering)
Set the auto tiering status on the bucket.UpdateBucketDetails.Builder
UpdateBucketDetails.Builder. autoTiering(Bucket.AutoTiering autoTiering)
The auto tiering status on the bucket.Constructors in com.oracle.bmc.objectstorage.model with parameters of type Bucket.AutoTiering Constructor Description Bucket(String namespace, String name, String compartmentId, Map<String,String> metadata, String createdBy, Date timeCreated, String etag, Bucket.PublicAccessType publicAccessType, Bucket.StorageTier storageTier, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, String objectLifecyclePolicyEtag, Long approximateCount, Long approximateSize, Boolean replicationEnabled, Boolean isReadOnly, String id, Bucket.Versioning versioning, Bucket.AutoTiering autoTiering)
Deprecated.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.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.
-