Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Duration.Builder |
Duration.Builder.timeUnit(Duration.TimeUnit timeUnit)
The unit that should be used to interpret timeAmount.
|
Constructor and Description |
---|
Duration(Long timeAmount,
Duration.TimeUnit timeUnit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.