Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static StorageTier |
StorageTier.create(String key) |
StorageTier |
ObjectSummary.getStorageTier()
The object’s storage tier.
|
static StorageTier |
StorageTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageTier[] |
StorageTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectSummary.Builder |
ObjectSummary.Builder.storageTier(StorageTier storageTier)
The object’s storage tier.
|
Constructor and Description |
---|
ObjectSummary(String name,
Long size,
String md5,
Date timeCreated,
String etag,
StorageTier storageTier,
ArchivalState archivalState,
Date timeModified)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.