Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static ArchivalState |
ArchivalState.create(String key) |
ArchivalState |
ObjectSummary.getArchivalState()
Archival state of an object for those in the archival tier.
|
static ArchivalState |
ArchivalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchivalState[] |
ArchivalState.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.archivalState(ArchivalState archivalState)
Archival state of an object for those in the archival 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.