Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static Bucket.AutoTiering |
Bucket.AutoTiering.create(String key) |
Bucket.AutoTiering |
UpdateBucketDetails.getAutoTiering()
The auto tiering status on the bucket.
|
Bucket.AutoTiering |
CreateBucketDetails.getAutoTiering()
Set the auto tiering status on the bucket.
|
Bucket.AutoTiering |
Bucket.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateBucketDetails.Builder |
UpdateBucketDetails.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.
|
Bucket.Builder |
Bucket.Builder.autoTiering(Bucket.AutoTiering autoTiering)
The auto tiering status on the bucket.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.