Uses of Class
com.oracle.bmc.objectstorage.model.Duration.TimeUnit
-
Packages that use Duration.TimeUnit Package Description com.oracle.bmc.objectstorage.model -
-
Uses of Duration.TimeUnit in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return Duration.TimeUnit Modifier and Type Method Description static Duration.TimeUnit
Duration.TimeUnit. create(String key)
Duration.TimeUnit
Duration. getTimeUnit()
The unit that should be used to interpret timeAmount.static Duration.TimeUnit
Duration.TimeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Duration.TimeUnit[]
Duration.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 Duration.TimeUnit Modifier and Type Method Description Duration.Builder
Duration.Builder. timeUnit(Duration.TimeUnit timeUnit)
The unit that should be used to interpret timeAmount.Constructors in com.oracle.bmc.objectstorage.model with parameters of type Duration.TimeUnit Constructor Description Duration(Long timeAmount, Duration.TimeUnit timeUnit)
Deprecated.
-