| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DurationUnits |
Offering.durationUnits()
The unit of measurement for the duration of the offering.
|
DurationUnits |
Reservation.durationUnits()
The unit of measurement for the duration of the reservation.
|
static DurationUnits |
DurationUnits.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DurationUnits |
DurationUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurationUnits[] |
DurationUnits.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<DurationUnits> |
DurationUnits.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Offering.Builder |
Offering.Builder.durationUnits(DurationUnits durationUnits)
The unit of measurement for the duration of the offering.
|
Reservation.Builder |
Reservation.Builder.durationUnits(DurationUnits durationUnits)
The unit of measurement for the duration of the reservation.
|
Copyright © 2023. All rights reserved.