| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static TtlDurationUnit |
TtlDurationUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TtlDurationUnit |
TtlDuration.unit()
TtlDuration time unit. |
static TtlDurationUnit |
TtlDurationUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtlDurationUnit[] |
TtlDurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TtlDurationUnit> |
TtlDurationUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TtlDuration.Builder |
TtlDuration.Builder.unit(TtlDurationUnit unit)
TtlDuration time unit. |
Copyright © 2023. All rights reserved.