Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static ObjectLifecycleRule.TimeUnit |
ObjectLifecycleRule.TimeUnit.create(String key) |
ObjectLifecycleRule.TimeUnit |
ObjectLifecycleRule.getTimeUnit()
The unit that should be used to interpret timeAmount.
|
static ObjectLifecycleRule.TimeUnit |
ObjectLifecycleRule.TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLifecycleRule.TimeUnit[] |
ObjectLifecycleRule.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectLifecycleRule.Builder |
ObjectLifecycleRule.Builder.timeUnit(ObjectLifecycleRule.TimeUnit timeUnit)
The unit that should be used to interpret timeAmount.
|
Constructor and Description |
---|
ObjectLifecycleRule(String name,
String target,
String action,
Long timeAmount,
ObjectLifecycleRule.TimeUnit timeUnit,
Boolean isEnabled,
ObjectNameFilter objectNameFilter)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.