Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static Bucket.StorageTier |
Bucket.StorageTier.create(String key) |
Bucket.StorageTier |
Bucket.getStorageTier()
The storage tier type assigned to the bucket.
|
static Bucket.StorageTier |
Bucket.StorageTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bucket.StorageTier[] |
Bucket.StorageTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Bucket.Builder |
Bucket.Builder.storageTier(Bucket.StorageTier storageTier)
The storage tier type assigned to 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.
|
Copyright © 2016–2024. All rights reserved.