Uses of Class
com.oracle.bmc.objectstorage.model.ObjectLifecycleRule.TimeUnit
-
Packages that use ObjectLifecycleRule.TimeUnit Package Description com.oracle.bmc.objectstorage.model -
-
Uses of ObjectLifecycleRule.TimeUnit in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectLifecycleRule.TimeUnit Modifier and Type Method 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.Methods in com.oracle.bmc.objectstorage.model with parameters of type ObjectLifecycleRule.TimeUnit Modifier and Type Method Description ObjectLifecycleRule.Builder
ObjectLifecycleRule.Builder. timeUnit(ObjectLifecycleRule.TimeUnit timeUnit)
The unit that should be used to interpret timeAmount.Constructors in com.oracle.bmc.objectstorage.model with parameters of type ObjectLifecycleRule.TimeUnit Constructor Description ObjectLifecycleRule(String name, String target, String action, Long timeAmount, ObjectLifecycleRule.TimeUnit timeUnit, Boolean isEnabled, ObjectNameFilter objectNameFilter)
Deprecated.
-